ath79: add Zyxel EMG2926-Q10A
[openwrt/openwrt.git] / target / linux / ath79 / base-files / etc / hotplug.d / ieee80211 / 00-wifi-migration
index 37a1346fe7ff116793636fc697e8991bc2ac33d3..35e7c4452c80de57e2f1c1a5e6b0f7c1417c7c3e 100644 (file)
@@ -15,7 +15,9 @@ migrate_wifi_path() {
 
                        case "$board" in
                                tplink,archer-c7-v1|\
-                               tplink,archer-c7-v2)
+                               tplink,archer-c7-v2|\
+                               zyxel,emg2926-q10a|\
+                               zyxel,nbg6716)
                                        path="pci0000:00/0000:00:00.0"
                                        WIFI_PATH_CHANGED=1
                                ;;
@@ -33,6 +35,10 @@ migrate_wifi_path() {
                        path="platform/ahb/18100000.wmac"
                        WIFI_PATH_CHANGED=1
                ;;
+               "platform/ath9k")
+                       path="platform/ahb/180c0000.wmac"
+                       WIFI_PATH_CHANGED=1
+               ;;
                *)
                        return 0
                ;;