ath79: add WLAN, Ethernet-Switch with LAN/WAN and Status LED to Dorin
[openwrt/.git] / target / linux / ath79 / base-files / etc / board.d / 02_network
index a9eeb5b4559b4bc28870a17eec210d1378ebf341..e6ef47240f5c2fd70927aaf0c9050dab38fd6de0 100755 (executable)
@@ -14,6 +14,11 @@ ath79_setup_interfaces()
                ucidef_set_interface_lan "eth0"
                ;;
 
+       "embeddedwireless,dorin")
+               ucidef_add_switch "switch0" \
+                       "0@eth0" "1:wan" "2:lan:3" "3:lan:2"
+               ;;
+
        "glinet,ar150")
                ucidef_set_interfaces_lan_wan "eth1" "eth0"
                ;;