projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67aca5f
)
ramips: disable WR512-3GN 4MB variant by default
author
Jo-Philipp Wich
<jo@mein.io>
Sat, 16 Nov 2019 20:23:45 +0000
(21:23 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 29 Nov 2019 23:11:58 +0000
(
00:11
+0100)
Disable the WR512-3GN 4MB image by default as the device has
insufficient flash space for release build images.
Ref: https://forum.openwrt.org/t/devices-too-big-to-save-overlay/18161/72
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/ramips/image/rt305x.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/rt305x.mk
b/target/linux/ramips/image/rt305x.mk
index cb2fe628bc11a3f6b54878c5a1662539c5aa27a5..9e599b4125c610649e22a96042e765a9a2faa232 100644
(file)
--- a/
target/linux/ramips/image/rt305x.mk
+++ b/
target/linux/ramips/image/rt305x.mk
@@
-838,6
+838,7
@@
define Device/wr512-3gn-4M
DTS := WR512-3GN-4M
IMAGE_SIZE := $(ralink_default_fw_size_4M)
DEVICE_TITLE := WR512-3GN (4M)
+ DEFAULT := n
endef
TARGET_DEVICES += wr512-3gn-4M