diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-11 15:55:28 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-11 15:55:28 +0000 |
commit | db982be738eeffa0df6cd557db88379529ebeceb (patch) | |
tree | 14417af8c2db544683d4d3dcce8a45b83b9bbe91 /target | |
parent | 385f442a27b364e3244606bf955f7b3d28c473df (diff) | |
download | upstream-db982be738eeffa0df6cd557db88379529ebeceb.tar.gz upstream-db982be738eeffa0df6cd557db88379529ebeceb.tar.bz2 upstream-db982be738eeffa0df6cd557db88379529ebeceb.zip |
ralink: FireWRT flash size is up to 16M.
Signed-off-by: wengbj <fl.service@t-firefly.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 6e6b10bd46..45ae3a585a 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -935,7 +935,7 @@ endef define Device/firewrt DTS := FIREWRT - IMAGE_SIZE := $(ralink_default_fw_size_8M) + IMAGE_SIZE := $(ralink_default_fw_size_16M) endef # |