atheros: fix path in marvell switch phy id detection
[openwrt.git] / target / linux / atheros / base-files / etc / uci-defaults / network
index 61a790f..63bc541 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 if [ -e "/sys/bus/mdio_bus/drivers/Infineon ADM6996/0:00" -o \
-     -e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:1f" ]; then
+     -e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:10" ]; then
        uci batch <<EOF
 set network.lan.ifname=eth0.0
 set network.wan=interface
This page took 0.023627 seconds and 4 git commands to generate.