lantiq: add default switch setup to td8970
authorJohn Crispin <blogic@openwrt.org>
Mon, 15 Sep 2014 10:18:37 +0000 (10:18 +0000)
committerJohn Crispin <blogic@openwrt.org>
Mon, 15 Sep 2014 10:18:37 +0000 (10:18 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42544 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/lantiq/base-files/etc/uci-defaults/02_network

index 2dee0c1..8d9ae4f 100644 (file)
@@ -154,6 +154,9 @@ P2812HNUFX)
 TDW8970)
        lan_mac=$(mtd_get_mac_binary boardconfig 61696)
        wan_mac=$(macaddr_add "$lan_mac" 1)
+       ucidef_set_interface_lan 'eth0.1'
+       ucidef_add_switch "switch0" "1" "1"
+       ucidef_add_switch_vlan "switch0" "1" "0 2 4 5 6t"
        ;;
 
 ARV7519RW22)