aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorMirko Parthey <mirko.parthey@web.de>2018-05-31 15:24:31 +0200
committerJohn Crispin <john@phrozen.org>2018-06-18 21:21:54 +0200
commit9fd0a2f273d3faa8a00fa459e8ca2f5c32531f6e (patch)
tree530045d11db993d567820f7b1dc8dfec11cd7a98 /package
parent29ba45bb3541dbd40f04140c5e65b0ce731e9aa6 (diff)
downloadupstream-9fd0a2f273d3faa8a00fa459e8ca2f5c32531f6e.tar.gz
upstream-9fd0a2f273d3faa8a00fa459e8ca2f5c32531f6e.tar.bz2
upstream-9fd0a2f273d3faa8a00fa459e8ca2f5c32531f6e.zip
mtd: mark as nonshared to fix FS#484
The mtd tool is built with different configurations depending on the target. For example, brcm47xx adds the fixtrx subcommand, without which an image fails when booting the second time. Mark the mtd package as nonshared to really fix FS#484. Signed-off-by: Mirko Parthey <mirko.parthey@web.de> (cherry picked from commit 46d7ced9d1e104693a9f995bfe8a6e28ac82b592)
Diffstat (limited to 'package')
-rw-r--r--package/system/mtd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/system/mtd/Makefile b/package/system/mtd/Makefile
index 01277d9f46..9ae03a77a9 100644
--- a/package/system/mtd/Makefile
+++ b/package/system/mtd/Makefile
@@ -17,6 +17,8 @@ STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS)
PKG_LICENSE:=GPL-2.0+
PKG_LICENSE_FILES:=
+PKG_FLAGS:=nonshared
+
include $(INCLUDE_DIR)/package.mk
define Package/mtd