[source] ramips: fix Newifi D1 profile
LEDE Commits
lede-commits at lists.infradead.org
Tue Nov 8 02:17:28 PST 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/bc4109845db67ff424570e03ad1bc59adf76817a
commit bc4109845db67ff424570e03ad1bc59adf76817a
Author: BangLang Huang <banglang.huang at foxmail.com>
AuthorDate: Tue Nov 1 09:40:31 2016 +0800
ramips: fix Newifi D1 profile
the images were generated for the wrong flash size.
Signed-off-by: BangLang Huang <banglang.huang at foxmail.com>
---
target/linux/ramips/image/mt7621.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 10ab82a..116d092 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -86,7 +86,7 @@ TARGET_DEVICES += firewrt
define Device/newifi-d1
DTS := Newifi-D1
- IMAGE_SIZE := $(ralink_default_fw_size_16M)
+ IMAGE_SIZE := $(ralink_default_fw_size_32M)
DEVICE_TITLE := Newifi D1
DEVICE_PACKAGES := kmod-usb3 kmod-usb-ledtrig-usbport kmod-i2c-mt7621
endef
More information about the lede-commits
mailing list