diff options
author | John Crispin <blogic@openwrt.org> | 2013-11-30 08:36:56 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-11-30 08:36:56 +0000 |
commit | 31e109fa423a31ae0545c915331a7e7497513ec1 (patch) | |
tree | 89dccb4bad0407f9d7fcc699c74d9ae9cf709c97 /target/linux/ramips/base-files/etc/uci-defaults | |
parent | e98476f786c3185e4c742976a17f3c7c838246bf (diff) | |
download | master-187ad058-31e109fa423a31ae0545c915331a7e7497513ec1.tar.gz master-187ad058-31e109fa423a31ae0545c915331a7e7497513ec1.tar.bz2 master-187ad058-31e109fa423a31ae0545c915331a7e7497513ec1.zip |
ramips: Fix initial network configuration for few boards
Argus ATP52B: ethernet didn't work because of unconfigured switch
Sparklan WCR150GN: add switch config and make single port to be LAN
Dlink DIR-645: seems to be a redundant case
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ramips/base-files/etc/uci-defaults/02_network | 15 |
1 files changed, 6 insertions, 9 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 79ad4b885f..63458eda0a 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/02_network +++ b/target/linux/ramips/base-files/etc/uci-defaults/02_network @@ -56,7 +56,6 @@ ramips_setup_interfaces() ;; 3g-6200n | \ - argus-atp52b | \ b2c | \ nw718 | \ psr-680w | \ @@ -72,13 +71,6 @@ ramips_setup_interfaces() ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t" ;; - dir-645) - ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" - ucidef_add_switch "switch0" "1" "1" - ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t" - ucidef_add_switch_vlan "switch0" "2" "0 6t" - ;; - dir-610-a1 | \ dir-300-b7 | \ dir-320-b1 | \ @@ -90,6 +82,8 @@ ramips_setup_interfaces() ucidef_add_switch_vlan "switch0" "2" "4 6t" ;; + argus-atp52b | \ + dir-645 | \ f5d8235-v1 | \ f5d8235-v2 | \ hg255d | \ @@ -136,7 +130,10 @@ ramips_setup_interfaces() ;; wcr-150gn) - ucidef_set_interfaces_lan_wan "eth0.2" "eth0.1" + ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "0 6t" + ucidef_add_switch_vlan "switch0" "2" "6t" ;; d105 | \ |