Author: nbd Date: 2016-01-26 17:45:11 +0100 (Tue, 26 Jan 2016) New Revision: 48508
Modified: trunk/target/linux/ramips/image/Makefile Log: ramips: fix image size checks for Buffalo WSR-1166 and WSR-600 Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ramips/image/Makefile =================================================================== --- trunk/target/linux/ramips/image/Makefile 2016-01-26 15:27:42 UTC (rev 48507) +++ trunk/target/linux/ramips/image/Makefile 2016-01-26 16:45:11 UTC (rev 48508) @@ -1010,6 +1010,7 @@ define Device/wsr-600 DTS := WSR-600 + IMAGE_SIZE := $(ralink_default_fw_size_16M) endef define Device/re6500 @@ -1019,6 +1020,7 @@ define Device/wsr-1166 DTS := WSR-1166 IMAGE/sysupgrade.bin := trx | pad-rootfs + IMAGE_SIZE := $(ralink_default_fw_size_16M) endef define Device/dir-860l-b1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
