ath79: ubnt-xm: support ath9k firmware loading
[openwrt/staging/wigyori.git] / target / linux / ath79 / base-files / etc / hotplug.d / firmware / 10-ath9k-eeprom
index f71139c55cfdd79a6219da3ffcdc1d435b630f36..1af6f96be013cb9f2e8a5453b4d9f435ab3933ac 100644 (file)
@@ -97,6 +97,10 @@ board=$(board_name)
 case "$FIRMWARE" in
 "ath9k-eeprom-ahb-18100000.wmac.bin")
        case $board in
+       avm,fritz4020)
+               ath9k_eeprom_extract_reverse "urlader" 5441 1088
+               ;;
+       iodata,wn-ac1167dgr|\
        iodata,wn-ac1600dgr2)
                ath9k_eeprom_extract "art" 4096 1088
                ath9k_patch_fw_mac $(mtd_get_mac_ascii u-boot-env ethaddr) 2
@@ -111,6 +115,11 @@ case "$FIRMWARE" in
        avm,fritz300e)
                ath9k_eeprom_extract_reverse "urloader" 5441 1088
                ;;
+       buffalo,whr-g301n|\
+       tplink,tl-wr841-v5|\
+       tplink,tl-wr941-v4)
+               ath9k_eeprom_extract "art" 4096 3768
+               ;;
        ocedo,raccoon|\
        tplink,tl-wdr3600|\
        tplink,tl-wdr4300|\
@@ -128,13 +137,14 @@ case "$FIRMWARE" in
        tplink,tl-wr741-v1|\
        tplink,tl-wr743nd-v1|\
        tplink,tl-wr841-v7|\
+       ubnt,bullet-m|\
+       ubnt,nano-m|\
+       ubnt,rocket-m)
+               ath9k_eeprom_extract "art" 4096 4096
+               ;;
        ubnt,unifi)
                ath9k_eeprom_extract "art" 4096 2048
                ;;
-       tplink,tl-wr841-v5|\
-       tplink,tl-wr941-v4)
-               ath9k_eeprom_extract "art" 4096 3768
-               ;;
        *)
                ath9k_eeprom_die "board $board is not supported yet"
                ;;