Skip to content

Commit

Permalink
ath79: fix sorting in generic 02_network
Browse files Browse the repository at this point in the history
The two device strings were not ordered properly.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
  • Loading branch information
adschm committed May 13, 2021
1 parent b993b68 commit 6780019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ath79/generic/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6780019

Please sign in to comment.