Skip to content

Commit 72dec10

Browse files
ynezzrobimarko
authored andcommitted
openwrt-keyring: apk: use just snapshot key explicitly
Currently we're going to ship all the apk keys in the keyring, but the preference is to ship and use single release/branch specific key so lets use openwrt-snapshots.pem for apk explicitly as well. Fixes: 2cea050 ("openwrt-keyring: add apk public key for signing of package indexes") Signed-off-by: Petr Štetiar <[email protected]> Link: openwrt/openwrt#16852 Signed-off-by: Robert Marko <[email protected]>
1 parent 118c657 commit 72dec10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/system/openwrt-keyring/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Build/Compile=
3333
ifneq ($(CONFIG_USE_APK),)
3434
define Package/openwrt-keyring/install
3535
$(INSTALL_DIR) $(1)/etc/apk/keys/
36-
$(INSTALL_DATA) $(PKG_BUILD_DIR)/apk/*.pem $(1)/etc/apk/keys/
36+
$(INSTALL_DATA) $(PKG_BUILD_DIR)/apk/openwrt-snapshots.pem $(1)/etc/apk/keys/
3737
endef
3838
else
3939
define Package/openwrt-keyring/install

0 commit comments

Comments
 (0)