From: Jo-Philipp Wich Date: Fri, 23 Jul 2010 10:39:10 +0000 (+0000) Subject: renaming of the IP175C switch driver brioke switch detection on the Dir-300 and other... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=878267db016c17df83a2f685e127e9926be77a1b;p=openwrt%2Fstaging%2Fblocktrron.git renaming of the IP175C switch driver brioke switch detection on the Dir-300 and others, fix it SVN-Revision: 22363 --- diff --git a/target/linux/atheros/base-files/etc/uci-defaults/network b/target/linux/atheros/base-files/etc/uci-defaults/network index 89ea9a102c..7e91e6ac2c 100644 --- a/target/linux/atheros/base-files/etc/uci-defaults/network +++ b/target/linux/atheros/base-files/etc/uci-defaults/network @@ -1,5 +1,8 @@ #!/bin/sh -if [ -e "/sys/bus/mdio_bus/drivers/IC+ IP175C/0:00" -a -x /sbin/swconfig ]; then +if [ -e "/sys/bus/mdio_bus/drivers/IC+ IP175C/0:00" -o \ + -e "/sys/bus/mdio_bus/drivers/IC+ IP17xx/0:00" ] && \ + [ -x /sbin/swconfig ]; +then uci batch <