base-files: add a conditional dependency to lede-keyring
authorJohn Crispin <blogic@openwrt.org>
Tue, 26 Apr 2016 23:52:02 +0000 (01:52 +0200)
committerJohn Crispin <blogic@openwrt.org>
Fri, 29 Apr 2016 02:15:34 +0000 (04:15 +0200)
Signed-off-by: John Crispin <john@phrozen.org>
package/base-files/Makefile

index 2286e172084e3fa098ded52a3fbffba518a0e779..4015c340c85aee482618ae0013518e80b23f52e6 100644 (file)
@@ -33,7 +33,7 @@ endif
 define Package/base-files
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign +fstools
+  DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign +SIGNED_PACKAGES:lede-keyring +fstools
   TITLE:=Base filesystem for Lede
   URL:=http://openwrt.org/
   VERSION:=$(PKG_RELEASE)-$(REVISION)