From 40218a2632697c86ab077497fc99b0f7a3719926 Mon Sep 17 00:00:00 2001 From: Dmytro Smyrnov Date: Tue, 26 Jun 2018 17:01:47 +0300 Subject: ath79: add support for more AR7241 TP-Link boards Its common AP99(AR7241) platform with following devices: TP-Link TL-WR841N/ND v7 (SoC AR7241 / Wifi AR9287 / without USB) TP-Link TL-MR3220 v1 (SoC AR7241 / Wifi AR9285 / USB support) TP-Link TL-MR3420 v1 (SoC AR7241 / Wifi AR9287 / USB support) Signed-off-by: Dmytro Smyrnov Signed-off-by: Mathias Kresin --- target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ath79/base-files/etc/hotplug.d') diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index 7023fa5e58..37df2579fc 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -56,7 +56,10 @@ case "$FIRMWARE" in ;; "netgear,wnr612-v2"|\ "on,n150r"|\ + "tplink,tl-mr3220-v1"|\ + "tplink,tl-mr3420-v1"|\ "tplink,tl-wr740n-v2"|\ + "tplink,tl-wr841-v7"|\ "tplink,tl-wr2543-v1"|\ "ubnt,unifi") ath9k_eeprom_extract "art" 4096 2048 -- cgit v1.2.3