projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb4b26
)
ramips: fix Newifi D1 profile
author
BangLang Huang
<banglang.huang@foxmail.com>
Tue, 1 Nov 2016 01:40:31 +0000
(09:40 +0800)
committer
John Crispin
<john@phrozen.org>
Tue, 8 Nov 2016 10:17:10 +0000
(11:17 +0100)
the images were generated for the wrong flash size.
Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
target/linux/ramips/image/mt7621.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/mt7621.mk
b/target/linux/ramips/image/mt7621.mk
index 10ab82a82d98e5f27451f1ded949dab4deb1879b..116d0920ea2e9c68bdbbe67cb60c26ca8d98226d 100644
(file)
--- 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_
16
M)
+ IMAGE_SIZE := $(ralink_default_fw_size_
32
M)
DEVICE_TITLE := Newifi D1
DEVICE_PACKAGES := kmod-usb3 kmod-usb-ledtrig-usbport kmod-i2c-mt7621
endef