From 286c407c3d8877e51fa90cbd830f2fedb3ad1f26 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 15 Apr 2020 12:45:28 +0200 Subject: [PATCH] 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 (cherry picked from commit 508462a399c8a68fdcdf599a1aa17441bdaad20b) --- target/linux/ath79/image/tiny-tp-link.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index 6a3734d814..22aef0a417 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -75,6 +75,7 @@ define Device/tplink_tl-wa901nd-v2 ATH_SOC := ar9132 DEVICE_TITLE := TP-Link TL-WA901ND v2 TPLINK_HWID := 0x09010002 + SUPPORTED_DEVICES += tl-wa901nd-v2 endef TARGET_DEVICES += tplink_tl-wa901nd-v2