ath79: ubnt-xm: support ath9k firmware loading
Enable ath9k EEPROM extraction on boot for Ubiquiti XM-series boards. This is required for wireless interface to function. Runtime tested on Nanobridge M5. Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
This commit is contained in:
parent
30b4f78193
commit
614199c81d
1 changed files with 5 additions and 0 deletions
|
@ -137,6 +137,11 @@ case "$FIRMWARE" in
|
||||||
tplink,tl-wr741-v1|\
|
tplink,tl-wr741-v1|\
|
||||||
tplink,tl-wr743nd-v1|\
|
tplink,tl-wr743nd-v1|\
|
||||||
tplink,tl-wr841-v7|\
|
tplink,tl-wr841-v7|\
|
||||||
|
ubnt,bullet-m|\
|
||||||
|
ubnt,nano-m|\
|
||||||
|
ubnt,rocket-m)
|
||||||
|
ath9k_eeprom_extract "art" 4096 4096
|
||||||
|
;;
|
||||||
ubnt,unifi)
|
ubnt,unifi)
|
||||||
ath9k_eeprom_extract "art" 4096 2048
|
ath9k_eeprom_extract "art" 4096 2048
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue