diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-03-29 22:33:10 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-03-29 22:36:05 +0200 |
commit | f46a3c7b14e68cc9f17c6257157c3ae42c5fb64e (patch) | |
tree | 3201b01a53a137122f1f77fbc5166efe203d6bee /target/linux/ramips | |
parent | 089cddc25286fa39bac739a84f5b8c5fde7e3c79 (diff) | |
download | upstream-f46a3c7b14e68cc9f17c6257157c3ae42c5fb64e.tar.gz upstream-f46a3c7b14e68cc9f17c6257157c3ae42c5fb64e.tar.bz2 upstream-f46a3c7b14e68cc9f17c6257157c3ae42c5fb64e.zip |
ramips: Deactivate NETGEAR WNCE2001 by default
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>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 33f94edf3f..411f014800 100644 --- 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 |