mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
ath79: add wmac migration for all ar93xx/qca95xx SoCs
Add migration for all ar71xx device path as well as previously incorrect ath79 path. Signed-off-by: Chuanhong Guo <gch981213@gmail.com> (cherry picked from commit d08b5bb344792bb82ccbcf3a0a8d25c79e72f4fe) Tested-by: Lech Perczak <lech.perczak@gmail.com> [TP-Link TL-WDR4300 v1]
This commit is contained in:
parent
2d21357b65
commit
95d5cbdec3
@ -24,11 +24,12 @@ migrate_wifi_path() {
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
"platform/qca955x_wmac")
|
||||
path="platform/ahb/ahb:apb/18100000.wmac"
|
||||
WIFI_PATH_CHANGED=1
|
||||
;;
|
||||
"platform/ar933x_wmac")
|
||||
"platform/ahb/ahb:apb/18100000.wmac"|\
|
||||
"platform/ar933x_wmac"|\
|
||||
"platform/ar934x_wmac"|\
|
||||
"platform/qca953x_wmac"|\
|
||||
"platform/qca955x_wmac"|\
|
||||
"platform/qca956x_wmac")
|
||||
path="platform/ahb/18100000.wmac"
|
||||
WIFI_PATH_CHANGED=1
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user