aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files/etc/hotplug.d
diff options
context:
space:
mode:
authorAdrian Panella <ianchi74@outlook.com>2016-06-23 18:54:05 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-23 18:54:05 +0200
commit476853a27dc2c6752d2853bcd94cae44c57ee569 (patch)
tree5d63519ba5bec4a658501fb44a6892a5808bebe9 /target/linux/ipq806x/base-files/etc/hotplug.d
parent56319a0e3cac2e916a3a248de77e19524a21e802 (diff)
downloadmaster-187ad058-476853a27dc2c6752d2853bcd94cae44c57ee569.tar.gz
master-187ad058-476853a27dc2c6752d2853bcd94cae44c57ee569.tar.bz2
master-187ad058-476853a27dc2c6752d2853bcd94cae44c57ee569.zip
ipq806x: base-files: add support for Linksys EA8500
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Diffstat (limited to 'target/linux/ipq806x/base-files/etc/hotplug.d')
-rw-r--r--target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
index 5f604e1a26..24da5500b5 100644
--- a/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
+++ b/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
@@ -52,6 +52,10 @@ case "$FIRMWARE" in
ath10kcal_extract "radio" 4096 12064
# ath10kcal_patch_mac $(macaddr_add $(mtd_get_mac_binary default-mac 8) -1)
;;
+ ea8500)
+ hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
+ ath10kcal_extract "art" 4096 12064
+ ;;
esac
;;
"ath10k/cal-pci-0001:01:00.0.bin")
@@ -60,6 +64,10 @@ case "$FIRMWARE" in
ath10kcal_extract "radio" 20480 12064
# ath10kcal_patch_mac $(macaddr_add $(mtd_get_mac_binary default-mac 8) -2)
;;
+ ea8500)
+ hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr)
+ ath10kcal_extract "art" 20480 12064
+ ;;
esac
;;
*)