From 950f56e7401c7e95987f3b4cee68bfd2c382ecc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= <jonas.hoglund@embeddednation.com> Date: Fri, 28 Oct 2016 11:42:51 +0200 Subject: [PATCH] Wan packets (port 0) to gmac2 (port 5). Lan packets (port 1) to gmac1 (port 6). --- iopsys-ramips/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iopsys-ramips/base-files/etc/board.d/02_network b/iopsys-ramips/base-files/etc/board.d/02_network index 060b84002..df71df712 100755 --- a/iopsys-ramips/base-files/etc/board.d/02_network +++ b/iopsys-ramips/base-files/etc/board.d/02_network @@ -99,7 +99,7 @@ ramips_setup_interfaces() ;; ex400) ucidef_add_switch "switch0" \ - "1:lan" "0:wan" "6@eth0" + "1:lan" "0:wan" "6t@eth0" "5t@eth0" ;; ar670w|\ ar725w|\ -- GitLab