diff mbox series

[OpenWrt-Devel] mtd: mark as nonshared to fix FS#484

Message ID 1527773071-10796-1-git-send-email-mirko.parthey@web.de
State Accepted
Delegated to: John Crispin
Headers show
Series [OpenWrt-Devel] mtd: mark as nonshared to fix FS#484 | expand

Commit Message

Mirko Parthey May 31, 2018, 1:24 p.m. UTC
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>
---
 package/system/mtd/Makefile | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/package/system/mtd/Makefile b/package/system/mtd/Makefile
index 01277d9..9ae03a7 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