projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dca1ba
)
mtd: mark as nonshared to fix FS#484
author
Mirko Parthey
<mirko.parthey@web.de>
Thu, 31 May 2018 13:24:31 +0000
(15:24 +0200)
committer
John Crispin
<john@phrozen.org>
Fri, 1 Jun 2018 06:29:11 +0000
(08:29 +0200)
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
patch
|
blob
|
history
diff --git
a/package/system/mtd/Makefile
b/package/system/mtd/Makefile
index 01277d9f46bbaca271b1603811b9d0b92abfdcdb..9ae03a77a9faf83e3d7b9055cb3efa7cdccf7649 100644
(file)
--- 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