From 6ac12fbb3cd08026f3f49b3d52043f6d510ab048 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 18 Mar 2012 22:06:58 +0000 Subject: ar71xx: use AR8327 on the DB120 board SVN-Revision: 31012 --- target/linux/ar71xx/base-files/etc/uci-defaults/network | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'target/linux/ar71xx/base-files') diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network index ce5bc5a64e..6d1f8a1a6d 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network @@ -21,9 +21,12 @@ ja76pf2) ;; 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" + ucidef_set_interfaces_lan_wan "eth0.1 eth1" "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" + ucidef_add_switch "eth1" "1" "1" + ucidef_add_switch_vlan "eth1" "1" "0 1 2 3 4 5" ;; dir-825-b1|\ -- cgit v1.2.3