Skylink SL-R7205 comes in a 4M and a 8M flash memory version. This patch allows the creation of firmware files for both versions. (AA backport)
Signed-off-by: Hanno Schupp <hanno.sch...@gmail.com> --- Index: target/linux/ramips/image/Makefile =================================================================== --- Makefile (revision 39202) +++ Makefile (working copy) @@ -535,7 +535,8 @@ endef define Image/Build/Profile/SLR7205 - $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,sl-r7205,SL-R7205,ttyS1,57600,phys) + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,sl-r7205-4M,SL-R7205,ttyS1,57600,phys) + $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,sl-r7205-8M,SL-R7205,ttyS1,57600,phys) endef define Image/Build/Profile/V22RW2X2
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel