ar71xx: create RB-450 network config from uci-defaults
[openwrt.git] / target / linux / ar71xx / base-files / etc / uci-defaults / network
index f78f647..2f2525b 100755 (executable)
@@ -79,6 +79,26 @@ set_interface_loopback
 board=$(ar71xx_board_name)
 
 case "$board" in
+rb-433 |\
+rb-433u)
+       set_interfaces_lan_wan "eth1" "eth0"
+       add_switch "switch0" "1" "1"
+       add_switch_vlan "switch0" "1" "1 2 5"
+       ;;
+
+rb-450)
+       set_interfaces_lan_wan "eth1" "eth0"
+       add_switch "eth1" "1" "1"
+       add_switch_vlan "eth1" "1" "0 1 2 3 5"
+       ;;
+
+rb-450g |\
+routerstation-pro)
+       set_interfaces_lan_wan "eth1" "eth0"
+       add_switch "switch0" "1" "1"
+       add_switch_vlan "switch0" "1" "0 1 2 3 4"
+       ;;
+
 aw-nr580 |\
 bullet-m |\
 eap7660d |\
This page took 0.023331 seconds and 4 git commands to generate.