From 9cb597dc3da578108d09236de60cf59fbe40bd3a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 26 Jan 2016 16:45:11 +0000 Subject: ramips: fix image size checks for Buffalo WSR-1166 and WSR-600 Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48508 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 55b9cf40d2..fb064077df 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -1010,6 +1010,7 @@ endef define Device/wsr-600 DTS := WSR-600 + IMAGE_SIZE := $(ralink_default_fw_size_16M) endef define Device/re6500 @@ -1019,6 +1020,7 @@ endef 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 -- cgit v1.2.3