From 81e8e02289ef8ffd8c061524e4310f700177e732 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 SVN-Revision: 48508 --- target/linux/ramips/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target') 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