diff options
author | John Crispin <john@openwrt.org> | 2013-04-05 23:37:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-05 23:37:45 +0000 |
commit | df7af06f1f830f7c319e41a9459d26021ca1ee9f (patch) | |
tree | c0bae7d3a120b5146f0a15d87e14c8d2a11e1c46 /target/linux/ramips | |
parent | e1a74d8ff7862cd03ac9a00ffee73229e42f2bb9 (diff) | |
download | upstream-df7af06f1f830f7c319e41a9459d26021ca1ee9f.tar.gz upstream-df7af06f1f830f7c319e41a9459d26021ca1ee9f.tar.bz2 upstream-df7af06f1f830f7c319e41a9459d26021ca1ee9f.zip |
fix dir-615 h1 network config
http://patchwork.openwrt.org/patch/3527/
Signed-off-by: Daniel Petre <dani@ip6.ro>
SVN-Revision: 36213
Diffstat (limited to 'target/linux/ramips')
-rwxr-xr-x | target/linux/ramips/base-files/etc/uci-defaults/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/02_network b/target/linux/ramips/base-files/etc/uci-defaults/02_network index 98aefbdf32..9c1936e571 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/02_network +++ b/target/linux/ramips/base-files/etc/uci-defaults/02_network @@ -46,7 +46,6 @@ ramips_setup_interfaces() ucidef_set_interface_lan "eth0" ;; - dir-615-h1 | \ 3g-6200nl | \ wl-330n) ucidef_set_interface_lan "eth0.1" @@ -70,6 +69,7 @@ ramips_setup_interfaces() ucidef_add_switch_vlan "switch0" "2" "0 6t" ;; + dir-615-h1 | \ mzk-w300nh2) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_add_switch "switch0" "1" "1" |