From 7d368e41cef39d8fa36b473e0b6589a6e0d2898f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 20 May 2018 19:34:36 +0200 Subject: [PATCH] base-files: depend on openwrt-keyring Signed-off-by: Jo-Philipp Wich (cherry picked from commit 01329877bcb696dcbbda993a51992d468e1e3c74) --- package/base-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 7fe8642ff5..7175daec3a 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -39,7 +39,7 @@ endif define Package/base-files SECTION:=base CATEGORY:=Base system - DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign +SIGNED_PACKAGES:lede-keyring +NAND_SUPPORT:ubi-utils +fstools +fwtool + DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign +SIGNED_PACKAGES:openwrt-keyring +NAND_SUPPORT:ubi-utils +fstools +fwtool TITLE:=Base filesystem for OpenWrt URL:=http://openwrt.org/ VERSION:=$(PKG_RELEASE)-$(REVISION) -- 2.25.1