From a7e1e919afa9659f66dada5e69d1b162f447ced7 Mon Sep 17 00:00:00 2001 From: Johann Neuhauser Date: Fri, 18 May 2018 18:06:03 +0200 Subject: ath79: preliminary support for TP-Link WDR3600 / WDR4300 (AR9344) working: - leds - buttons - lan / wan - usb (hub port 1 + 2) - wifi 5g - sysupgrade - ... not working: - wifi 2g Signed-off-by: Johann Neuhauser --- target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom') 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 c2d87f58de..c09dca11d7 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 @@ -50,6 +50,10 @@ case "$FIRMWARE" in "avm,fritz300e") ath9k_eeprom_extract_reverse "urloader" 5441 1088 ;; + "tplink,tl-wdr3600"|\ + "tplink,tl-wdr4300") + ath9k_eeprom_extract "art" 20480 1088 + ;; "ubnt,unifi") ath9k_eeprom_extract "art" 4096 2048 ;; -- cgit v1.2.3