diff options
Diffstat (limited to 'target/linux/ath79/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wmac-migration | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wmac-migration b/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wmac-migration index b86db0dbcc..b051daf98c 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wmac-migration +++ b/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wmac-migration @@ -14,6 +14,10 @@ migrate_wmac_path() { path="platform/ahb/ahb:apb/18100000.wmac" WMAC_PATH_CHANGED=1 ;; + "platform/ar933x_wmac") + path="platform/ahb/18100000.wmac" + WMAC_PATH_CHANGED=1 + ;; *) return 0 ;; |