summaryrefslogtreecommitdiffstats
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
commit5da85f7a01b82d30979afa20ce2ce30f87b338ed (patch)
tree49d47332d8eb32a8ea0afe54b23f78fef2c152fd /package/base-files/Makefile
parentb6320a63a20c323aa56330fbb8a34deae8d1b298 (diff)
downloadmaster-31e0f0ae-5da85f7a01b82d30979afa20ce2ce30f87b338ed.tar.gz
master-31e0f0ae-5da85f7a01b82d30979afa20ce2ce30f87b338ed.tar.bz2
master-31e0f0ae-5da85f7a01b82d30979afa20ce2ce30f87b338ed.zip
base-files: add a dependency on fstools
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47066
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)