summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/network
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-12-15 22:25:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-12-15 22:25:38 +0000
commit67c7980290d77042de0157d7611da5a23cd643a3 (patch)
tree8697a7886d715f08c842c1a8c8ba7c77b02ab163 /target/linux/ar71xx/base-files/etc/uci-defaults/network
parent5bbd416e38cf6e0db31bb064068a43ab046a0684 (diff)
downloadmaster-31e0f0ae-67c7980290d77042de0157d7611da5a23cd643a3.tar.gz
master-31e0f0ae-67c7980290d77042de0157d7611da5a23cd643a3.tar.bz2
master-31e0f0ae-67c7980290d77042de0157d7611da5a23cd643a3.zip
ar71xx: connect GMAC0 to the internal switch on DB120
Because the external switch has no driver yet, connect GMAC0 to the PHY4 of the internal switch for now. This allows to use the DB120 board as a router with 4LAN+1WAN ports. SVN-Revision: 29557
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/network')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/network6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network
index f9419b9866..c35df463f3 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network
@@ -19,6 +19,12 @@ all0258n)
ucidef_set_interface_lan "eth0 eth1"
;;
+db120)
+ ucidef_set_interfaces_lan_wan "eth1" "eth0"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4"
+ ;;
+
dir-825-b1)
ucidef_set_interfaces_lan_wan "eth0.1" "eth1"
ucidef_add_switch "rtl8366s" "1" "1"