aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-05-10 22:37:02 +0000
committerLuka Perkov <luka@openwrt.org>2016-06-19 19:33:39 +0200
commitac17992f9c78e9978ef14dd3a5381db94b971459 (patch)
tree917fb5aea6a6e92a6c358e1f3af59fc7b914ecf7 /target/linux/ramips/base-files
parent6bfbf28369dabe8f4917095e247b59e9f8d17dbf (diff)
downloadmaster-187ad058-ac17992f9c78e9978ef14dd3a5381db94b971459.tar.gz
master-187ad058-ac17992f9c78e9978ef14dd3a5381db94b971459.tar.bz2
master-187ad058-ac17992f9c78e9978ef14dd3a5381db94b971459.zip
ramips: Fix network for routers without VLANs on eth0.
Some routers only have one port, so eth0 is used without VLANs for them. Revision r47720 introduced some changes, but wrongly confused "enable" with "reset". VLANs need to be disabled for those routers, and the switch may be reset. Fix this, by explicitly disabling VLANs instead of resetting the switch for these routers. Also merge duplicate configuration for the "m2m". Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49349 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network8
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index ee690f6375..c54d46c2db 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -44,13 +44,14 @@ ramips_setup_interfaces()
ht-tm02|\
linkits7688 | \
linkits7688d | \
+ m2m|\
microwrt|\
ncs601w|\
w150m|\
wnce2001|\
zte-q7)
ucidef_add_switch "switch0"
- ucidef_add_switch_attr "switch0" "reset" "false"
+ ucidef_add_switch_attr "switch0" "enable" "false"
ucidef_set_interface_lan "eth0"
;;
3g-6200nl|\
@@ -181,11 +182,6 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"1:lan" "2:lan" "3:lan" "4:lan" "5:lan" "0:wan" "6@eth0"
;;
- m2m)
- ucidef_add_switch "switch0"
- ucidef_add_switch_attr "switch0" "reset" "false"
- ucidef_set_interface_lan "eth0"
- ;;
mlwg2|\
wizard8800|\
wl-330n|\