Skip to content

Commit 118c657

Browse files
ynezzrobimarko
authored andcommitted
Revert "openwrt-keyring: fix missing 24.10 usign key by installing it"
This reverts commit 37784c4 as the preference is to have single explicit key for each release/branch. Signed-off-by: Petr Štetiar <[email protected]> Link: openwrt/openwrt#16852 Signed-off-by: Robert Marko <[email protected]>
1 parent 1f53b7f commit 118c657

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package/system/openwrt-keyring/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
include $(TOPDIR)/rules.mk
44

55
PKG_NAME:=openwrt-keyring
6-
PKG_RELEASE:=2
6+
PKG_RELEASE:=1
77

88
PKG_SOURCE_PROTO:=git
99
PKG_SOURCE_URL=$(PROJECT_GIT)/keyring.git
@@ -40,8 +40,6 @@ define Package/openwrt-keyring/install
4040
$(INSTALL_DIR) $(1)/etc/opkg/keys/
4141
# Public usign key for unattended snapshot builds
4242
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/b5043e70f9a75cde $(1)/etc/opkg/keys/
43-
# Public usign key for 24.10 release builds
44-
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/d310c6f2833e97f7 $(1)/etc/opkg/keys/
4543
endef
4644
endif
4745

0 commit comments

Comments
 (0)