projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089cddc
)
ramips: Deactivate NETGEAR WNCE2001 by default
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 29 Mar 2020 20:33:10 +0000
(22:33 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 29 Mar 2020 20:36:05 +0000
(22:36 +0200)
The root file system is getting too big for this device and this breaks
the ramips/rt305x build.
Do not build images for this board by default to fix this problem.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 33f94edf3fcc108ddf47b1a9948e346ae71c1bfa..411f014800a1fa5ec4aa3444e75cde924139231f 100644
(file)
--- a/
target/linux/ramips/image/rt305x.mk
+++ b/
target/linux/ramips/image/rt305x.mk
@@
-683,6
+683,7
@@
define Device/netgear_wnce2001
DEVICE_VENDOR := NETGEAR
DEVICE_MODEL := WNCE2001
SUPPORTED_DEVICES += wnce2001
+ DEFAULT := n
endef
TARGET_DEVICES += netgear_wnce2001