From a13f47760c7b9bf8f9e3ff37b1c79147b119c872 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 27 Apr 2016 01:52:02 +0200 Subject: [PATCH] base-files: add a conditional dependency to lede-keyring Signed-off-by: John Crispin --- 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 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) -- 2.30.2