From fb3d5718241112bfc066b9be56f2e6b7d8602411 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 29 Aug 2012 10:37:47 +0000 Subject: ramips: make built-in switch transparent for ALL0256N and ALL5002 This allows them to transparently communicate with an external VLAN switch. Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33305 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/etc/uci-defaults/network | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files/etc/uci-defaults/network') diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index d20b60af06..76c690198e 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/network +++ b/target/linux/ramips/base-files/etc/uci-defaults/network @@ -42,7 +42,10 @@ ramips_setup_interfaces() case $board in all0256n | \ - all5002 | \ + all5002) + ucidef_set_interface_lan "eth0" + ;; + dir-615-h1 | \ wl-330n) ucidef_set_interface_lan "eth0.1" -- cgit v1.2.3