Revert "openwrt-keyring: fix missing 24.10 usign key by installing it"
This reverts commit 37784c48e9
as the
preference is to have single explicit key for each release/branch.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Link: https://github.com/openwrt/openwrt/pull/16852
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
1f53b7fb75
commit
118c657bd1
1 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openwrt-keyring
|
PKG_NAME:=openwrt-keyring
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL=$(PROJECT_GIT)/keyring.git
|
PKG_SOURCE_URL=$(PROJECT_GIT)/keyring.git
|
||||||
|
@ -40,8 +40,6 @@ define Package/openwrt-keyring/install
|
||||||
$(INSTALL_DIR) $(1)/etc/opkg/keys/
|
$(INSTALL_DIR) $(1)/etc/opkg/keys/
|
||||||
# Public usign key for unattended snapshot builds
|
# Public usign key for unattended snapshot builds
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/b5043e70f9a75cde $(1)/etc/opkg/keys/
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/b5043e70f9a75cde $(1)/etc/opkg/keys/
|
||||||
# Public usign key for 24.10 release builds
|
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/d310c6f2833e97f7 $(1)/etc/opkg/keys/
|
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue