From 4d15f58b777b8c1ceddcb59511fdaeb0a56863c3 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 29 Jan 2013 22:50:54 +0000 Subject: ar71xx: add user space support for dir-825-c1 [juhosg: fix whitespaces in some scripts] Signed-off-by: Alexander Stadler Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35402 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/02_network') 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" -- cgit v1.2.3