2
0
forked from Ivasoft/openwrt

ath79: add ubiquiti unifi ap ac lite/lr

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
Lucian Cristian
2018-06-05 15:38:02 +03:00
committed by John Crispin
parent 52109ce71f
commit cad843e1f5
4 changed files with 171 additions and 0 deletions

View File

@@ -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")