lantiq: add support for the Alpha ASL56026
[openwrt/openwrt.git] / target / linux / lantiq / base-files / etc / board.d / 02_network
index 576bb7d86bc8f2746e96bde716f51e553a4dd774..3dd5cadc670f1a7960c0ce555c56bce531372023 100755 (executable)
@@ -61,6 +61,13 @@ ARV7519RW22)
                "0:lan:5" "2:lan:3" "3:lan:4" "4:lan:1" "5:lan:2" "6t@eth0"
        ;;
 
+ASL56026)
+       lan_mac=$(mtd_get_mac_ascii uboot_env ethaddr)
+       wan_mac=$(mtd_get_mac_ascii uboot_env wanmac)
+       ucidef_add_switch "switch0"\
+               "2:lan" "3:lan" "6t@eth0"
+       ;;
+
 BTHOMEHUBV2B)
        lan_mac=$(mtd_get_mac_ascii uboot_env ethaddr)
        wan_mac=$(macaddr_add "$lan_mac" 1)