projects
/
openwrt
/
staging
/
florian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
663145e
)
fstools: mark as nonshared and add missing PKG_CONFIG_DEPENDS
author
Matthias Schiffer
<
[email protected]
>
Sun, 25 Sep 2016 20:44:36 +0000
(22:44 +0200)
committer
Matthias Schiffer
<
[email protected]
>
Sun, 25 Sep 2016 21:26:25 +0000
(23:26 +0200)
The fstools build depends on the CONFIG_NAND_SUPPORT flag, which is
target-specific.
Signed-off-by: Matthias Schiffer <
[email protected]
>
package/system/fstools/Makefile
patch
|
blob
|
history
diff --git
a/package/system/fstools/Makefile
b/package/system/fstools/Makefile
index 1254510f43ce730087c43d62d1cdb3b71c6d0cd2..bbd2e6d76ef98ebfdb789fd21cac91caaafcaa2b 100644
(file)
--- 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 <
[email protected]
>