From: INAGAKI Hiroshi Date: Wed, 27 Mar 2024 11:21:58 +0000 (+0900) Subject: mtd: enable trx feature on ramips X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fbeff10b5a47cd7ec4ab57a2ef7e6207cb089ca7;p=openwrt%2Fopenwrt.git mtd: enable trx feature on ramips Enable trx feature of mtd command to fixup trx length and crc32 while booting for some Buffalo devices. Signed-off-by: INAGAKI Hiroshi --- diff --git a/package/system/mtd/src/Makefile b/package/system/mtd/src/Makefile index a1277a6739..57922f3309 100644 --- a/package/system/mtd/src/Makefile +++ b/package/system/mtd/src/Makefile @@ -15,7 +15,7 @@ obj.bcm53xx = $(obj.brcm) $(obj.seama) obj.mediatek = $(obj.brcm) obj.bcm63xx = imagetag.o obj.bmips = imagetag.o -obj.ramips = $(obj.seama) $(obj.tpl) $(obj.wrg) linksys_bootcount.o +obj.ramips = $(obj.brcm) $(obj.seama) $(obj.tpl) $(obj.wrg) linksys_bootcount.o obj.mvebu = linksys_bootcount.o obj.kirkwood = linksys_bootcount.o obj.ipq806x = linksys_bootcount.o