summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-09-25 22:44:36 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-09-25 23:26:25 +0200
commitb3dd642584db0570b4488db282415c3c74bdc26e (patch)
treefbab96d8f834bae1b615178aa8b4c427c7af0299 /package
parent663145e419410876f6a962e7f3461ed73eb50831 (diff)
downloadmaster-31e0f0ae-b3dd642584db0570b4488db282415c3c74bdc26e.tar.gz
master-31e0f0ae-b3dd642584db0570b4488db282415c3c74bdc26e.tar.bz2
master-31e0f0ae-b3dd642584db0570b4488db282415c3c74bdc26e.zip
fstools: mark as nonshared and add missing PKG_CONFIG_DEPENDS
The fstools build depends on the CONFIG_NAND_SUPPORT flag, which is target-specific. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package')
-rw-r--r--package/system/fstools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index 1254510f43..bbd2e6d76e 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -23,6 +23,9 @@ PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=
PKG_USE_MIPS16:=0
+PKG_FLAGS:=nonshared
+
+PKG_CONFIG_DEPENDS := CONFIG_NAND_SUPPORT CONFIG_FSTOOLS_UBIFS_EXTROOT
PKG_MAINTAINER:=John Crispin <john@phrozen.org>