lantiq: use the P2812HNUF* wan port as wan
The port is labeled as wan and was only used as lan port because of the
"tx ring full" issues fixed with 8f02f7c
.
Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
cd8b20931e
commit
73eb5c74a1
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ P2812HNUF*)
|
||||||
lan_mac=$(mtd_get_mac_ascii uboot-env ethaddr)
|
lan_mac=$(mtd_get_mac_ascii uboot-env ethaddr)
|
||||||
wan_mac=$(macaddr_add "$lan_mac" 1)
|
wan_mac=$(macaddr_add "$lan_mac" 1)
|
||||||
ucidef_add_switch "switch0" \
|
ucidef_add_switch "switch0" \
|
||||||
"0:lan" "1:lan" "2:lan" "4:lan" "5:lan" "6t@eth0"
|
"0:lan" "1:lan" "2:lan" "4:lan" "5:wan" "6t@eth0"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
TDW8970|TDW8980)
|
TDW8970|TDW8980)
|
||||||
|
|
Loading…
Reference in a new issue