ath79: fix TL-MR3020 image metadata
authorDavid Bauer <mail@david-bauer.net>
Sat, 18 Aug 2018 12:01:59 +0000 (14:01 +0200)
committerMathias Kresin <dev@kresin.me>
Sun, 19 Aug 2018 16:58:04 +0000 (18:58 +0200)
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.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/ath79/image/tiny-tp-link.mk

index 6ccc9d7dbaed0d5ae384ae297d2f99e87136edec..dadcd24b423c734c89ce32c11c7de5e47fce2a3b 100644 (file)
@@ -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