aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration')
-rw-r--r--target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration b/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration
index b0a5d79f9d..d2df0533fe 100644
--- a/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration
+++ b/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration
@@ -34,6 +34,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
;;