forked from Ivasoft/openwrt
atheros: fix path in marvell switch phy id detection
SVN-Revision: 14980
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user