[OpenWrt-Devel] [PATCH] ath79: fix SUPPORTED_DEVICES for TL-MR3020

Karl Palsson karlp at tweak.net.au
Sat Aug 18 18:13:29 EDT 2018


David Bauer <mail at david-bauer.net> wrote:
> Sysupgrading to ath79 from ar71xx currently fails because of
> mismatching supported_devices. ar71xx is expecting "tl-mr3020"
> which is missing in the ath79 image. Upgrading from ath79 is
> unaffected, as the image contains the old string for ar71xx and
> the new one coming from the device-tree.

These were removed as "it was intended to be required to force
when switching "architectures"" I disagreed then, but it got
railed through, so it's good to see I'm not the only one who
thought you should be able to upgrade from ar71xx to ath79 on the
same hardware....

See also https://github.com/openwrt/openwrt/pull/1222

Cheers,
Karl P

> 
> Signed-off-by: David Bauer <mail at david-bauer.net>
> ---
>  target/linux/ath79/image/tiny-tp-link.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target/linux/ath79/image/tiny-tp-link.mk
> b/target/linux/ath79/image/tiny-tp-link.mk index
> 6ccc9d7dba..dadcd24b42 100644
> --- a/target/linux/ath79/image/tiny-tp-link.mk
> +++ b/target/linux/ath79/image/tiny-tp-link.mk
> @@ -17,7 +17,7 @@ define Device/tplink_tl-mr3020-v1
>    DEVICE_TITLE := TP-LINK TL-MR3020 v1
>    DEVICE_PACKAGES := kmod-usb-core kmod-usb-chipidea2 kmod-usb-ledtrig-usbport
>    TPLINK_HWID := 0x30200001
> -  SUPPORTED_DEVICES += tl-mr3020-v1
> +  SUPPORTED_DEVICES += tl-mr3020
>  endef
>  TARGET_DEVICES += tplink_tl-mr3020-v1
>  
> -- 
> 2.18.0
> 
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.html
Type: application/pgp-signature
Size: 1161 bytes
Desc: OpenPGP Digital Signature
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20180818/e93e7823/attachment.sig>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list