From 97de133368762824ba3d7e9d95f97011a597ec1a Mon Sep 17 00:00:00 2001 From: Dmitry Tunin Date: Thu, 9 Aug 2018 20:49:29 +0300 Subject: ath79: add support of D-Link DIR-825 B1 Add support for the ar71xx supported D-Link DIR-825 B1 to ath79. Signed-off-by: Dmitry Tunin --- .../etc/hotplug.d/firmware/10-ath9k-eeprom | 22 ++++++++++++++++++++++ 1 file changed, 22 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 cd8f19be39..9577859548 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 @@ -129,4 +129,26 @@ case "$FIRMWARE" in ;; esac ;; +"ath9k-eeprom-pci-0000:00:11.0.bin") + case $board in + dlink,dir-825-b1) + ath9k_eeprom_extract "caldata" 4096 3768 + ath9k_patch_fw_mac_crc $(mtd_get_mac_text "caldata" 65440) 524 + ;; + *) + ath9k_eeprom_die "board $board is not supported yet" + ;; + esac + ;; +"ath9k-eeprom-pci-0000:00:12.0.bin") + case $board in + dlink,dir-825-b1) + ath9k_eeprom_extract "caldata" 20480 3768 + ath9k_patch_fw_mac_crc $(macaddr_add $(mtd_get_mac_text "caldata" 65460) 1) 524 + ;; + *) + ath9k_eeprom_die "board $board is not supported yet" + ;; + esac + ;; esac -- cgit v1.2.3