openwrt-keyring: limit usign keys
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
5b8b1cc3d5
commit
01d0653771
@ -3,7 +3,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openwrt-keyring
|
PKG_NAME:=openwrt-keyring
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL=https://github.com/immortalwrt/keyring.git
|
PKG_SOURCE_URL=https://github.com/immortalwrt/keyring.git
|
||||||
@ -31,8 +31,12 @@ endef
|
|||||||
Build/Compile=
|
Build/Compile=
|
||||||
|
|
||||||
define Package/openwrt-keyring/install
|
define Package/openwrt-keyring/install
|
||||||
$(INSTALL_DIR) $(1)/etc/opkg/keys/
|
# Public usign key for OPDE
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/* $(1)/etc/opkg/keys/
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/66ceb3e8f7432fed $(1)/etc/opkg/keys/
|
||||||
|
# Public usign key for unattended snapshot builds
|
||||||
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/b5043e70f9a75cde $(1)/etc/opkg/keys/
|
||||||
|
# Public usign key for 18.06 release builds
|
||||||
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/1035ac73cc4e59e3 $(1)/etc/opkg/keys/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,openwrt-keyring))
|
$(eval $(call BuildPackage,openwrt-keyring))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user