summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirko Parthey <mirko.parthey@web.de>2018-05-31 15:24:31 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-06-05 18:50:40 +0200
commitaaac9e82aa60e11ea76a9f606cc68a8bd399365b (patch)
tree9cbce220a1fc801f69c8a70a12bfdc95223146b4
parent0fee4906d5c09b39cfdbe4fa8e6eee7683ba18a9 (diff)
downloadmtk-20170518-aaac9e82aa60e11ea76a9f606cc68a8bd399365b.zip
mtk-20170518-aaac9e82aa60e11ea76a9f606cc68a8bd399365b.tar.gz
mtk-20170518-aaac9e82aa60e11ea76a9f606cc68a8bd399365b.tar.bz2
mtd: mark as nonshared to fix FS#484
Upstream commit: 46d7ced9d1e104693a9f995bfe8a6e28ac82b592 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>
-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 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