From: Mirko Parthey Date: Thu, 31 May 2018 13:24:31 +0000 (+0200) Subject: mtd: mark as nonshared to fix FS#484 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=46d7ced9d1e104693a9f995bfe8a6e28ac82b592;p=openwrt%2Fstaging%2Fmkresin.git 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 --- 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