diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-09-25 22:44:36 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-09-25 23:26:25 +0200 |
commit | b3dd642584db0570b4488db282415c3c74bdc26e (patch) | |
tree | fbab96d8f834bae1b615178aa8b4c427c7af0299 /package/system/fstools/Makefile | |
parent | 663145e419410876f6a962e7f3461ed73eb50831 (diff) | |
download | upstream-b3dd642584db0570b4488db282415c3c74bdc26e.tar.gz upstream-b3dd642584db0570b4488db282415c3c74bdc26e.tar.bz2 upstream-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/system/fstools/Makefile')
-rw-r--r-- | package/system/fstools/Makefile | 3 |
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> |