diff options
| author | Johann Neuhauser <johann@it-neuhauser.de> | 2018-05-18 18:06:03 +0200 |
|---|---|---|
| committer | John Crispin <john@phrozen.org> | 2018-05-22 20:53:15 +0200 |
| commit | a7e1e919afa9659f66dada5e69d1b162f447ced7 (patch) | |
| tree | 18d949d909bca4f07d74df18bacf72ba92d70962 /target/linux/ath79/base-files/etc/hotplug.d | |
| parent | faf0a460c4b8d77bed270156a4454b964a551c95 (diff) | |
| download | mtk-20170518-a7e1e919afa9659f66dada5e69d1b162f447ced7.zip mtk-20170518-a7e1e919afa9659f66dada5e69d1b162f447ced7.tar.gz mtk-20170518-a7e1e919afa9659f66dada5e69d1b162f447ced7.tar.bz2 | |
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 <johann@it-neuhauser.de>
Diffstat (limited to 'target/linux/ath79/base-files/etc/hotplug.d')
| -rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 4 |
1 files changed, 4 insertions, 0 deletions
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 c2d87f5..c09dca1 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 ;; |
