aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/base-files/etc/hotplug.d
diff options
context:
space:
mode:
authorLucian Cristian <lucian.cristian@gmail.com>2018-06-05 15:38:02 +0300
committerJohn Crispin <john@phrozen.org>2018-06-18 18:21:19 +0200
commitcad843e1f57790a08dd4804011b6cd3a4796786b (patch)
treead1bc1c86e2f3e8525d9641a57e25fa0351f27a0 /target/linux/ath79/base-files/etc/hotplug.d
parent52109ce71f3d864775fda04284d02425b96378d8 (diff)
downloadupstream-cad843e1f57790a08dd4804011b6cd3a4796786b.tar.gz
upstream-cad843e1f57790a08dd4804011b6cd3a4796786b.tar.bz2
upstream-cad843e1f57790a08dd4804011b6cd3a4796786b.zip
ath79: add ubiquiti unifi ap ac lite/lr
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/ath79/base-files/etc/hotplug.d')
-rw-r--r--target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
index d862f611e5..e3a3432dd1 100644
--- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
+++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
@@ -91,6 +91,9 @@ case "$FIRMWARE" in
ath10kcal_extract "ART" 20480 2116
ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16)
;;
+ "ubnt,ubnt-unifiac-lite")
+ ath10kcal_extract "EEPROM" 20480 2116
+ ;;
esac
;;
"ath10k/pre-cal-pci-0000:00:00.0.bin")