Jonathan McCrohan wrote:
> Would you mind having another look at this patch as a priority, as it
> causes images larger than 8MB to FTBFS.
>
> While this obviously is not a problem for the WNDR3700, it is a problem
> for the WNDR3700v2 and WNDR3800, both of which have 16MB of flash.
>
> Attached is a build log.

Of course. It's failing while attempting to build a WNDR3700 (v1)
image, because there's no way to produce an image for WNDR3700 this
large. It'd never fit in its flash. I believe it's correct to produce
an error in this case. What you'd evidently like to do is produce
WNDR3700v2 and WNDR3800 images, but not WNDR3700 (v1). The build
system doesn't currently allow for this, because it produces the three
images simultaneously. What you can do is locally remove this line
from target/linux/ar71xx/image/Makefile:

        $(call 
Image/Build/Template/$(fs_64k)/$(1),Netgear,wndr3700,$(wndr3700_cmdline),$(wndr3700_mtdlayout),3700,WNDR3700,""
NA,)
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to