From: Adrian Schmutzler Date: Wed, 15 Apr 2020 10:45:28 +0000 (+0200) Subject: ath79: add SUPPORTED_DEVICES for TP-Link TL-WA901ND v2 X-Git-Tag: v21.02.0-rc1~3062 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=508462a399c8a68fdcdf599a1aa17441bdaad20b;p=openwrt%2Fstaging%2Fchunkeey.git ath79: add SUPPORTED_DEVICES for TP-Link TL-WA901ND v2 This adds the board name from ar71xx to support upgrade without -F for the TP-Link TL-WA901ND v2. Signed-off-by: Adrian Schmutzler --- diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index eff205f897..c6ef224da3 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -166,6 +166,7 @@ define Device/tplink_tl-wa901nd-v2 DEVICE_MODEL := TL-WA901ND DEVICE_VARIANT := v2 TPLINK_HWID := 0x09010002 + SUPPORTED_DEVICES += tl-wa901nd-v2 endef TARGET_DEVICES += tplink_tl-wa901nd-v2