ar71xx: add support for the Airtight C-60
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / etc / board.d / 02_network
index 4ef43cf5a4a114e098bb953becaa7c1edec5e91e..f720767fbb224307f7a38f9da4e0d4b26727e42d 100755 (executable)
@@ -199,6 +199,10 @@ ar71xx_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "0@eth1" "1:lan" "3:lan"
                ;;
+       c-60)
+               ucidef_add_switch "switch0" \
+                       "0@eth0" "3:wan" "4:lan"
+               ;;
        cap324)
                ucidef_set_interface_lan "eth0" "dhcp"
                ;;