A miscalculation in the original patch makes OpenWrt destroy the failsafe image.
Signed-off-by: Daniel Golle <[email protected]> Index: target/linux/ar71xx/files/arch/mips/ar71xx/mach-all0258n.c =================================================================== --- target/linux/ar71xx/files/arch/mips/ar71xx/mach-all0258n.c (revision 28611) +++ target/linux/ar71xx/files/arch/mips/ar71xx/mach-all0258n.c (working copy) @@ -66,7 +66,7 @@ }, { .name = "firmware", .offset = 0x050000, - .size = 0x630000, + .size = 0x620000, }, { .name = "art", .offset = 0x7F0000, _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
