aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-28 09:40:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-28 09:40:39 +0000
commitb082573f86b94399a36af367b66050ab8beebfb6 (patch)
tree4614cd8e451f68e649d1191a5736dfa4a1031bd3 /package/base-files/Makefile
parent3117e89eb2a56db9649ea9e34fc1a51eb3ee021a (diff)
downloadmaster-187ad058-b082573f86b94399a36af367b66050ab8beebfb6.tar.gz
master-187ad058-b082573f86b94399a36af367b66050ab8beebfb6.tar.bz2
master-187ad058-b082573f86b94399a36af367b66050ab8beebfb6.zip
base-files: add a dependency on fstools
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47066 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c33a3dc104..967d5430eb 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -31,7 +31,7 @@ endif
define Package/base-files
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign
+ DEPENDS:=+netifd +libc +procd +jsonfilter +SIGNED_PACKAGES:usign +fstools
TITLE:=Base filesystem for OpenWrt
URL:=http://openwrt.org/
VERSION:=$(PKG_RELEASE)-$(REVISION)