mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-24 07:33:04 +00:00
ath79: fix sorting in generic 02_network
The two device strings were not ordered properly. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
b993b68b6c
commit
6780019892
@ -437,8 +437,8 @@ ath79_setup_interfaces()
|
|||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"0@eth0" "1:lan" "2:lan"
|
"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_set_interface_wan "eth1"
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"0@eth0" "3:lan:1" "4:lan:2"
|
"0@eth0" "3:lan:1" "4:lan:2"
|
||||||
|
Loading…
Reference in New Issue
Block a user