From 0496393f9c7f83f5984b01a50184e2f9afb8c578 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 11 Mar 2015 15:55:28 +0000 Subject: [PATCH] ralink: FireWRT flash size is up to 16M. Signed-off-by: wengbj SVN-Revision: 44661 --- target/linux/ramips/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- 2.30.2