diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-26 16:45:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-26 16:45:11 +0000 |
commit | 9cb597dc3da578108d09236de60cf59fbe40bd3a (patch) | |
tree | 53c4dfb2b71382733f3e4bb7f053db2bf3fd5f59 /target/linux | |
parent | e648bad013b7fe5e699ea1de33457b21025e413b (diff) | |
download | master-187ad058-9cb597dc3da578108d09236de60cf59fbe40bd3a.tar.gz master-187ad058-9cb597dc3da578108d09236de60cf59fbe40bd3a.tar.bz2 master-187ad058-9cb597dc3da578108d09236de60cf59fbe40bd3a.zip |
ramips: fix image size checks for Buffalo WSR-1166 and WSR-600
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48508 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |