mtd-utils: mark as nonshared
authorJo-Philipp Wich <jo@mein.io>
Tue, 10 Jan 2017 10:09:56 +0000 (11:09 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 10 Jan 2017 11:27:28 +0000 (12:27 +0100)
Since mtd-utils embeds ubi-utils and ubi-utils depends on @NAND_SUPPORT, we
cannot share this package among targets as the SDK processing the package is
not guaranteed to claim NAND_SUPPORT.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/utils/mtd-utils/Makefile

index b9cfe52b160e0d3126ca33a2f7f5f10ad6c40d62..373f491002316232cb9bd7587feeabc5899e3c55 100644 (file)
@@ -18,6 +18,8 @@ PKG_MIRROR_HASH:=e11b342b85a36b2e438a8412ec52f87621d3046aec1a93039f8c72de9990b2a
 
 PKG_INSTALL:=1
 
+PKG_FLAGS:=nonshared
+
 PKG_BUILD_DEPENDS:=util-linux liblzo zlib
 
 PKG_LICENSE:=GPLv2