aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-05-20 19:34:36 +0200
committerJo-Philipp Wich <jo@mein.io>2018-05-20 19:39:12 +0200
commit01329877bcb696dcbbda993a51992d468e1e3c74 (patch)
tree849f008d29d3647eeace4a4adad23544eca4acdd /package/base-files/Makefile
parentfd72e67ffe10a130ae4ee9620e7670d83c2538ce (diff)
downloadupstream-01329877bcb696dcbbda993a51992d468e1e3c74.tar.gz
upstream-01329877bcb696dcbbda993a51992d468e1e3c74.tar.bz2
upstream-01329877bcb696dcbbda993a51992d468e1e3c74.zip
base-files: depend on openwrt-keyring
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/base-files/Makefile')
-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 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)