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:
6af348f
)
ar71xx: disable Netgear WNR2000v4 by default
author
Jo-Philipp Wich
<jo@mein.io>
Sat, 16 Nov 2019 20:23:34 +0000
(21:23 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 29 Nov 2019 22:28:44 +0000
(23:28 +0100)
Disable the Netgear WNR2000v4 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/11
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/ar71xx/image/tiny-legacy-devices.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/tiny-legacy-devices.mk
b/target/linux/ar71xx/image/tiny-legacy-devices.mk
index 32912f79d6bdb8fd1cf9da3e7cdce63c35f16dec..4703e08541b730615d866406c877b8156b963ed6 100644
(file)
--- a/
target/linux/ar71xx/image/tiny-legacy-devices.mk
+++ b/
target/linux/ar71xx/image/tiny-legacy-devices.mk
@@
-105,6
+105,7
@@
LEGACY_DEVICES += WNR2000V3
define LegacyDevice/WNR2000V4
DEVICE_TITLE := NETGEAR WNR2000V4
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
+ DEFAULT := n
endef
LEGACY_DEVICES += WNR2000V4