[openwrt/openwrt] mtd: enable trx feature on ramips
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 5 12:15:35 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fbeff10b5a47cd7ec4ab57a2ef7e6207cb089ca7
commit fbeff10b5a47cd7ec4ab57a2ef7e6207cb089ca7
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Wed Mar 27 20:21:58 2024 +0900
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 <musashino.open at gmail.com>
---
package/system/mtd/src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list