diff options
author | Jan-Niklas Burfeind <git@aiyionpri.me> | 2022-03-28 18:07:59 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2022-03-31 18:07:29 +0200 |
commit | c6eb63d48f942f1e54737ed182776cf9a08de542 (patch) | |
tree | 003b165e3ca4888d0ed9a9765f8c8211cc09e0e9 /target/linux/ath79 | |
parent | bf1c3a5f3ca1fe3446c7a65a2c7796f5ee41ea02 (diff) | |
download | upstream-c6eb63d48f942f1e54737ed182776cf9a08de542.tar.gz upstream-c6eb63d48f942f1e54737ed182776cf9a08de542.tar.bz2 upstream-c6eb63d48f942f1e54737ed182776cf9a08de542.zip |
ath79: migrate Archer C5 5GHz radio device paths
When upgrading a TP-Link Archer C5 v1 from ar71xx to ath79,
the 5ghz radio stops working because the device path changed.
Same has been done for the Archer C7 before:
commit e19506f20618 ("ath79: migrate Archer C7 5GHz radio device paths")
Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration | 1 |
1 files changed, 1 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 35e7c4452c..f7393a0d03 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 @@ -14,6 +14,7 @@ migrate_wifi_path() { board=$(board_name) case "$board" in + tplink,archer-c5-v1|\ tplink,archer-c7-v1|\ tplink,archer-c7-v2|\ zyxel,emg2926-q10a|\ |