mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 15:33:03 +00:00
ath79: use correct firmware name for UniFi AP
The Ubiquiti UniFi AP does not have a AHB connected radio but a PCI one. Also the EEPROM ist only 0x440 bytes of length. Reported-by: Martin Weinelt <martin@darmstadt.freifunk.net> Tested-by: Martin Weinelt <martin@darmstadt.freifunk.net> Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
d011952d19
commit
4c5eb1040f
@ -9,8 +9,7 @@ board=$(board_name)
|
|||||||
case "$FIRMWARE" in
|
case "$FIRMWARE" in
|
||||||
"ath9k-eeprom-ahb-18100000.wmac.bin")
|
"ath9k-eeprom-ahb-18100000.wmac.bin")
|
||||||
case $board in
|
case $board in
|
||||||
8dev,lima|\
|
8dev,lima)
|
||||||
ubnt,unifi)
|
|
||||||
caldata_extract "art" 0x1000 0x800
|
caldata_extract "art" 0x1000 0x800
|
||||||
;;
|
;;
|
||||||
avm,fritz1750e|\
|
avm,fritz1750e|\
|
||||||
@ -78,7 +77,8 @@ case "$FIRMWARE" in
|
|||||||
engenius,enh202-v1)
|
engenius,enh202-v1)
|
||||||
caldata_extract "art" 0x1000 0xeb8
|
caldata_extract "art" 0x1000 0xeb8
|
||||||
;;
|
;;
|
||||||
buffalo,wzr-hp-g450h)
|
buffalo,wzr-hp-g450h|\
|
||||||
|
ubnt,unifi)
|
||||||
caldata_extract "art" 0x1000 0x440
|
caldata_extract "art" 0x1000 0x440
|
||||||
;;
|
;;
|
||||||
dlink,dir-825-c1|\
|
dlink,dir-825-c1|\
|
||||||
|
Loading…
Reference in New Issue
Block a user