mvebu: clearfog: document interface configuration
[openwrt/openwrt.git] / target / linux / mvebu / base-files / etc / board.d / 02_network
index 68231e004a8b0d42971d789afee707e5e32b1489..57ffbb486ad498748156444f708d7226ae4c724e 100755 (executable)
@@ -27,11 +27,17 @@ armada-385-db-ap)
 armada-xp-gp)
        ucidef_set_interface_lan "eth0 eth1 eth2 eth3"
        ;;
-armada-388-clearfog-pro)
-       ucidef_set_interfaces_lan_wan "eth0 eth1" "eth2"
+armada-388-clearfog-*)
+       # eth0 is standalone ethernet
+       # eth1 is switch (-pro) or standalone ethernet (-base)
+       # eth2 is SFP
+       ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
+
+       # if switch exists (clearfog-pro)
+       # switch port 5 is connected to eth1
        swconfig list 2>&1 | grep -q switch0 && \
                ucidef_add_switch "switch0" \
-                       "0:lan:5" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5u@eth0" "6:lan:6"
+                       "0:lan:5" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5u@eth1" "6:lan:6"
        ;;
 *)
        ucidef_set_interface_lan "eth0"