ath79: fix sorting in generic 02_network
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 13 May 2021 19:19:01 +0000 (21:19 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 13 May 2021 22:19:11 +0000 (00:19 +0200)
The two device strings were not ordered properly.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ath79/generic/base-files/etc/board.d/02_network

index 8b3f04c8e11791b93087b1d684cd89ebcac43dde..52e773fea3cac1993b0a0e292bf30e8c8d3205ae 100644 (file)
@@ -437,8 +437,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"