aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-29 22:50:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-01-29 22:50:54 +0000
commit4d15f58b777b8c1ceddcb59511fdaeb0a56863c3 (patch)
tree52016a8274fe052cfe6f255996f86929ff7103dd /target/linux/ar71xx/base-files/etc/uci-defaults/02_network
parente184f957b2cad85385e35cd3e95c600820a6aeea (diff)
downloadmaster-187ad058-4d15f58b777b8c1ceddcb59511fdaeb0a56863c3.tar.gz
master-187ad058-4d15f58b777b8c1ceddcb59511fdaeb0a56863c3.tar.bz2
master-187ad058-4d15f58b777b8c1ceddcb59511fdaeb0a56863c3.zip
ar71xx: add user space support for dir-825-c1
[juhosg: fix whitespaces in some scripts] Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35402 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/02_network')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/02_network7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
index ac225ed055..0399083a43 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
@@ -62,6 +62,13 @@ tew-673gru)
ucidef_add_switch_vlan "rtl8366s" "1" "0 1 2 3 5t"
;;
+dir-825-c1)
+ ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+ ucidef_add_switch "eth0" "1" "1"
+ ucidef_add_switch_vlan "eth0" "1" "0t 2 3 4 5"
+ ucidef_add_switch_vlan "eth0" "2" "0t 1"
+ ;;
+
nbg460n_550n_550nh)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
ucidef_add_switch "rtl8366s" "1" "1"