aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2022-09-20 19:27:34 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2022-09-20 22:07:59 +0300
commit117f41ee95ec445dce5ab9332bc27a6311747c0d (patch)
tree6cea0068386c21b69f47a189268ee4ea2ef06b50 /target
parentf4ca4187cde01a3e412f10657bec0790d3a4cd94 (diff)
downloadupstream-117f41ee95ec445dce5ab9332bc27a6311747c0d.tar.gz
upstream-117f41ee95ec445dce5ab9332bc27a6311747c0d.tar.bz2
upstream-117f41ee95ec445dce5ab9332bc27a6311747c0d.zip
mediatek: fix Unifi 6LR network config
When the v1 and v2 variants of the U6LR were introduced, the board network config was not adapted to the new device names. Due to this, the wrong network config is applied during initial boot. The resulting config has lan, wan and a switch, while this device only has a single ethernet interface without a switch. Fix this by using a wildcard that matches all the variants. Fixes: 15a02471bb85 ("mediatek: new target mt7622-ubnt-unifi-6-lr-v1") Fixes: 5c8d3893a78f ("mediatek: new target ubnt_unifi-6-lr-v1-ubootmod") Fixes: 31d86a1a1192 ("mediatek: add Ubiquiti UniFi 6 LR v2 targets") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target')
-rw-r--r--target/linux/mediatek/mt7622/base-files/etc/board.d/02_network3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
index 29f4b875f8..e76792164d 100644
--- a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
+++ b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network
@@ -21,8 +21,7 @@ mediatek_setup_interfaces()
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0"
;;
- ubnt,unifi-6-lr|\
- ubnt,unifi-6-lr-ubootmod)
+ ubnt,unifi-6-lr*)
ucidef_set_interface_lan "eth0"
;;
xiaomi,redmi-router-ax6s)