summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-27 01:52:02 +0200
committerJohn Crispin <blogic@openwrt.org>2016-04-29 04:15:34 +0200
commita13f47760c7b9bf8f9e3ff37b1c79147b119c872 (patch)
tree4da871246ca218a34cfe51fae201f5e452ad7caf /package/base-files
parentd2e4caf34332ff7668593c6815fb38f89170076d (diff)
downloadmaster-31e0f0ae-a13f47760c7b9bf8f9e3ff37b1c79147b119c872.tar.gz
master-31e0f0ae-a13f47760c7b9bf8f9e3ff37b1c79147b119c872.tar.bz2
master-31e0f0ae-a13f47760c7b9bf8f9e3ff37b1c79147b119c872.zip
base-files: add a conditional dependency to lede-keyring
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 2286e17208..4015c340c8 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -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)