- ucidef_add_switch_vlan "rtl8366rb" "1" "0 1 2 3 5t"
- ucidef_add_switch_vlan "rtl8366rb" "2" "4 5t"
+ ucidef_add_switch_vlan "rtl8366rb" "1" "1 2 3 4 5t"
+ ucidef_add_switch_vlan "rtl8366rb" "2" "0 5t"
+ ;;
+
+ rt-n56u)
+ ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 8t"
+ ucidef_add_switch_vlan "switch0" "2" "4 8t"
+ ;;
+
+ v11st-fe)
+ ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t"
+ ucidef_add_switch_vlan "switch0" "2" "0 5t"