diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-05-20 19:34:36 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-05-20 19:39:12 +0200 |
commit | 01329877bcb696dcbbda993a51992d468e1e3c74 (patch) | |
tree | 849f008d29d3647eeace4a4adad23544eca4acdd /package/base-files | |
parent | fd72e67ffe10a130ae4ee9620e7670d83c2538ce (diff) | |
download | upstream-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')
-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 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) |