diff mbox series

[OpenWrt-Devel,10/17] ar71xx: disable TP-Link TL-WA850RE by default

Message ID 20191116202346.31885-11-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 TP-Link TL-WA850RE 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/30
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
---
 target/linux/ar71xx/image/tiny-tp-link.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Adrian Schmutzler Nov. 16, 2019, 11:29 p.m. UTC | #1
Hi,

Here you say WA850, but you disable WA860 ...

Adrian

> -----Original Message-----
> From: openwrt-devel [mailto:openwrt-devel-bounces@lists.openwrt.org]
> On Behalf Of Jo-Philipp Wich
> Sent: Samstag, 16. November 2019 21:24
> To: openwrt-devel@lists.openwrt.org
> Cc: Jo-Philipp Wich <jo@mein.io>
> Subject: [OpenWrt-Devel] [PATCH 10/17] ar71xx: disable TP-Link TL-WA850RE
> by default
> 
> Disable the TP-Link TL-WA850RE 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/30
> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
> ---
>  target/linux/ar71xx/image/tiny-tp-link.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/target/linux/ar71xx/image/tiny-tp-link.mk
> b/target/linux/ar71xx/image/tiny-tp-link.mk
> index db5f735498..1c849cff32 100644
> --- a/target/linux/ar71xx/image/tiny-tp-link.mk
> +++ b/target/linux/ar71xx/image/tiny-tp-link.mk
> @@ -272,6 +272,7 @@ define Device/tl-wa860re-v1
>    BOARDNAME := TL-WA860RE
>    DEVICE_PROFILE := TLWA860
>    TPLINK_HWID := 0x08600001
> +  DEFAULT := n
>  endef
>  TARGET_DEVICES += tl-wa860re-v1
> 
> --
> 2.20.1
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Hauke Mehrtens Nov. 29, 2019, 10:58 p.m. UTC | #2
On 11/17/19 12:29 AM, mail@adrianschmutzler.de wrote:
> Hi,
> 
> Here you say WA850, but you disable WA860 ...
> 
> Adrian

Thank you Adrian for the review.

The linked forum post only mentions the WA850 so I changed it to WA850.

Hauke

> 
>> -----Original Message-----
>> From: openwrt-devel [mailto:openwrt-devel-bounces@lists.openwrt.org]
>> On Behalf Of Jo-Philipp Wich
>> Sent: Samstag, 16. November 2019 21:24
>> To: openwrt-devel@lists.openwrt.org
>> Cc: Jo-Philipp Wich <jo@mein.io>
>> Subject: [OpenWrt-Devel] [PATCH 10/17] ar71xx: disable TP-Link TL-WA850RE
>> by default
>>
>> Disable the TP-Link TL-WA850RE 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/30
>> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
>> ---
>>  target/linux/ar71xx/image/tiny-tp-link.mk | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/target/linux/ar71xx/image/tiny-tp-link.mk
>> b/target/linux/ar71xx/image/tiny-tp-link.mk
>> index db5f735498..1c849cff32 100644
>> --- a/target/linux/ar71xx/image/tiny-tp-link.mk
>> +++ b/target/linux/ar71xx/image/tiny-tp-link.mk
>> @@ -272,6 +272,7 @@ define Device/tl-wa860re-v1
>>    BOARDNAME := TL-WA860RE
>>    DEVICE_PROFILE := TLWA860
>>    TPLINK_HWID := 0x08600001
>> +  DEFAULT := n
>>  endef
>>  TARGET_DEVICES += tl-wa860re-v1
diff mbox series

Patch

diff --git a/target/linux/ar71xx/image/tiny-tp-link.mk b/target/linux/ar71xx/image/tiny-tp-link.mk
index db5f735498..1c849cff32 100644
--- a/target/linux/ar71xx/image/tiny-tp-link.mk
+++ b/target/linux/ar71xx/image/tiny-tp-link.mk
@@ -272,6 +272,7 @@  define Device/tl-wa860re-v1
   BOARDNAME := TL-WA860RE
   DEVICE_PROFILE := TLWA860
   TPLINK_HWID := 0x08600001
+  DEFAULT := n
 endef
 TARGET_DEVICES += tl-wa860re-v1