summaryrefslogtreecommitdiff
path: root/package/base-files
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:55 +0200
commit7d368e41cef39d8fa36b473e0b6589a6e0d2898f (patch)
treefb8536ba25950a85fd771cc9170b34ffadfad95d /package/base-files
parentfc6f1fd8febe0ceb3a261f21d4d2f8d51c2bc033 (diff)
downloadmtk-20170518-7d368e41cef39d8fa36b473e0b6589a6e0d2898f.zip
mtk-20170518-7d368e41cef39d8fa36b473e0b6589a6e0d2898f.tar.gz
mtk-20170518-7d368e41cef39d8fa36b473e0b6589a6e0d2898f.tar.bz2
base-files: depend on openwrt-keyring
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit 01329877bcb696dcbbda993a51992d468e1e3c74)
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 7fe8642..7175dae 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)