Re: [OpenWrt-Devel] Idea to support 4MB routers in Seama header

2013-07-31 Thread Flávio Silveira
Hi again, Talking to Jonas Gorski on IRC, he gave a suggestion to replace the layout with $(4) and size offset with $(5), then define BuildFirmware/Seama/squashfs8M as $(Call BuildFirmware/Seama/squashfs,$(1),$(2),$(3),ralink_default_fw_size_8M,8060864) and do the appropriate one for 4M. May

[OpenWrt-Devel] Idea to support 4MB routers in Seama header

2013-07-29 Thread Flávio Silveira
Good afternoon, I'm working on a ramips based router which uses Seama header, it only have 4MB of flash. In target/linux/ramips/image/Makefile we have: # build Seama header images define BuildFirmware/Seama/squashfs $(call BuildFirmware/OF,$(1),$(2),$(3),$(ralink_default_fw_size_8M))