[openwrt/openwrt] ipq40xx: Netgear LBR20 fix for proper img builds
LEDE Commits
lede-commits at lists.infradead.org
Sat Feb 24 10:49:46 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6d8b36bfd821aecc32a4357062ae83a6b3bcd2a9
commit 6d8b36bfd821aecc32a4357062ae83a6b3bcd2a9
Author: Marcin Gajda <mgajda at o2.pl>
AuthorDate: Sat Feb 24 17:49:49 2024 +0100
ipq40xx: Netgear LBR20 fix for proper img builds
Without UBINIZE_OPTS it is possile to have error:
"ubi0 error: ubi_attach_mtd_dev: failed to atach mtd23, error -22"
This solve this problem.
Signed-off-by: Marcin Gajda <mgajda at o2.pl>
---
target/linux/ipq40xx/image/generic.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index 61bc0ad619..8a83e27f54 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -849,6 +849,7 @@ define Device/netgear_lbr20
KERNEL_SIZE := 7340032
BLOCKSIZE := 128k
PAGESIZE := 2048
+ UBINIZE_OPTS := -E 5
IMAGE/factory.img := append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | \
append-uImage-fakehdr filesystem | pad-to $$$$(KERNEL_SIZE) | \
append-ubi | netgear-dni
More information about the lede-commits
mailing list