ath79: fix sorting in generic 02_network

The two device strings were not ordered properly.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Adrian Schmutzler
2021-05-13 21:19:01 +02:00
committed by Tianling Shen
parent 1fb5af6de4
commit ecf8fc6609

View File

@@ -439,8 +439,8 @@ ath79_setup_interfaces()
ucidef_add_switch "switch0" \
"0@eth0" "1:lan" "2:lan"
;;
zbtlink,zbt-wd323|\
xiaomi,mi-router-4q)
xiaomi,mi-router-4q|\
zbtlink,zbt-wd323)
ucidef_set_interface_wan "eth1"
ucidef_add_switch "switch0" \
"0@eth0" "3:lan:1" "4:lan:2"