diff mbox series

[OpenWrt-Devel,05/17] ar71xx: disable Netgear WNR2000v4 by default

Message ID 20191116202346.31885-6-jo@mein.io
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series disable known broken device images for 19.07 | expand

Commit Message

Jo-Philipp Wich Nov. 16, 2019, 8:23 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Hauke Mehrtens Nov. 29, 2019, 11:11 p.m. UTC | #1
On 11/16/19 9:23 PM, Jo-Philipp Wich wrote:
> 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 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/target/linux/ar71xx/image/tiny-legacy-devices.mk b/target/linux/ar71xx/image/tiny-legacy-devices.mk
> index 32912f79d6..4703e08541 100644
> --- 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
>  
> 

Hi Jow,

The linked thread is talking about the WNR2000v4 and not the WNR2000v2,
I will drop this patch.

Hauke
diff mbox series

Patch

diff --git a/target/linux/ar71xx/image/tiny-legacy-devices.mk b/target/linux/ar71xx/image/tiny-legacy-devices.mk
index 32912f79d6..4703e08541 100644
--- 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