aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom')
-rw-r--r--target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom10
1 files changed, 10 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 68943b4eb0..bf61ecf5dd 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
@@ -100,6 +100,11 @@ case "$FIRMWARE" in
avm,fritz4020)
ath9k_eeprom_extract_reverse "urlader" 5441 1088
;;
+ dlink,dir-825-c1|\
+ dlink,dir-835-a1)
+ ath9k_eeprom_extract "art" 4096 1088
+ ath9k_patch_fw_mac_crc $(mtd_get_mac_text "mac" 4) 2
+ ;;
iodata,wn-ac1167dgr|\
iodata,wn-ac1600dgr2|\
iodata,wn-ag300dgr)
@@ -125,6 +130,11 @@ case "$FIRMWARE" in
buffalo,wzr-hp-g450h)
ath9k_eeprom_extract "ART" 4096 1088
;;
+ dlink,dir-825-c1|\
+ dlink,dir-835-a1)
+ ath9k_eeprom_extract "art" 20480 1088
+ ath9k_patch_fw_mac_crc $(macaddr_add $(mtd_get_mac_text "mac" 24) 1) 2
+ ;;
ocedo,raccoon|\
tplink,tl-wdr3600|\
tplink,tl-wdr4300|\