mediatek: fix asr3000 lan order

fix #159
This commit is contained in:
hanwckf 2023-11-16 21:40:32 +08:00
parent 65fb5f0767
commit 4a1f0eb31b

View File

@ -38,7 +38,6 @@ mediatek_setup_interfaces()
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:wan" "6t@eth0"
;;
abt,asr3000 |\
*clt,r30b1* |\
h3c,nx30pro |\
*imou,lc-hx3001* |\
@ -57,6 +56,7 @@ mediatek_setup_interfaces()
ucidef_add_switch "switch0" \
"1:lan" "2:lan" "3:lan" "0:wan" "6t@eth0"
;;
abt,asr3000 |\
*rax3000m*)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
ucidef_add_switch "switch0" \