projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f53b7f
)
Revert "openwrt-keyring: fix missing 24.10 usign key by installing it"
author
Petr Štetiar
<ynezz@true.cz>
Mon, 4 Nov 2024 09:02:19 +0000
(09:02 +0000)
committer
Robert Marko
<robimarko@gmail.com>
Mon, 25 Nov 2024 11:20:59 +0000
(12:20 +0100)
This reverts commit
37784c48e93c663dafc99454c24bebf4e258556f
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>
package/system/openwrt-keyring/Makefile
patch
|
blob
|
history
diff --git
a/package/system/openwrt-keyring/Makefile
b/package/system/openwrt-keyring/Makefile
index e499fc0beb5d4591582ae22d15626f7af7f8131a..029463817b85ddeebd8e694cbf802b6be042a4b7 100644
(file)
--- a/
package/system/openwrt-keyring/Makefile
+++ b/
package/system/openwrt-keyring/Makefile
@@
-3,7
+3,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=openwrt-keyring
-PKG_RELEASE:=
2
+PKG_RELEASE:=
1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/keyring.git
@@
-40,8
+40,6
@@
define Package/openwrt-keyring/install
$(INSTALL_DIR) $(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 24.10 release builds
- $(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/d310c6f2833e97f7 $(1)/etc/opkg/keys/
endef
endif