mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-06 02:47:03 +00:00
ath79: add WiFi migration for AR913x
This adds the automatic WiFi path migration for AR913x platforms. Tested on: TP-Link TL-WA901ND v2 Signed-off-by: David Bauer <mail@david-bauer.net> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
bafb33b26f
commit
83def4bb8f
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user