diff options
author | Mathias Kresin <dev@kresin.me> | 2017-03-11 13:23:01 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-03-11 13:45:06 +0100 |
commit | 73eb5c74a13bcc9d1ef0a61dad9835b0a3eb39a8 (patch) | |
tree | 3618ba00985b79105233fedebb29f396588c5f3e | |
parent | cd8b20931ee40a5cdf008e6087b35e7770fc51a1 (diff) | |
download | upstream-73eb5c74a13bcc9d1ef0a61dad9835b0a3eb39a8.tar.gz upstream-73eb5c74a13bcc9d1ef0a61dad9835b0a3eb39a8.tar.bz2 upstream-73eb5c74a13bcc9d1ef0a61dad9835b0a3eb39a8.zip |
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>
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network index e88fd728c5..0af555fe6b 100755 --- a/target/linux/lantiq/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/base-files/etc/board.d/02_network @@ -119,7 +119,7 @@ P2812HNUF*) lan_mac=$(mtd_get_mac_ascii uboot-env ethaddr) wan_mac=$(macaddr_add "$lan_mac" 1) 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) |