diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-27 01:52:02 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-29 04:15:34 +0200 |
commit | a13f47760c7b9bf8f9e3ff37b1c79147b119c872 (patch) | |
tree | 4da871246ca218a34cfe51fae201f5e452ad7caf /package/base-files/Makefile | |
parent | d2e4caf34332ff7668593c6815fb38f89170076d (diff) | |
download | upstream-a13f47760c7b9bf8f9e3ff37b1c79147b119c872.tar.gz upstream-a13f47760c7b9bf8f9e3ff37b1c79147b119c872.tar.bz2 upstream-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/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
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) |