diff options
author | Mathias Kresin <dev@kresin.me> | 2017-03-11 13:23:01 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-06-03 16:51:41 +0200 |
commit | 4186d737f60a39659bd85ae0cacdc00da77cf476 (patch) | |
tree | 56bb88e7e47eee98dba5c24d434337e33d3a9b81 /target/linux/lantiq/base-files | |
parent | 254bf7961e57f65bad849dbab4b135d2a73b1f9b (diff) | |
download | upstream-4186d737f60a39659bd85ae0cacdc00da77cf476.tar.gz upstream-4186d737f60a39659bd85ae0cacdc00da77cf476.tar.bz2 upstream-4186d737f60a39659bd85ae0cacdc00da77cf476.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>
Diffstat (limited to 'target/linux/lantiq/base-files')
-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 ff62c44219..058fbd57d0 100755 --- a/target/linux/lantiq/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/base-files/etc/board.d/02_network @@ -121,7 +121,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) |