summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-29 10:37:47 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-29 10:37:47 +0000
commitc4ce5d343d1ab3d4029d0748c2f43e8ecb27d560 (patch)
tree6d537074138447fcbe22f3dea22d2c9d3d122ae8 /target/linux/ramips/base-files
parent2a86045d51df6e0893a4d8524c5ff454673b1b8c (diff)
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 <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33305 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/uci-defaults/network5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network
index d20b60af0..76c690198 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"