Skip to content

Commit

Permalink
mtd: mark as nonshared to fix FS#484
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mparthey authored and blogic committed Jun 1, 2018
1 parent 7dca1ba commit 46d7ced
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/system/mtd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46d7ced

Please sign in to comment.