From: Jo-Philipp Wich Date: Fri, 23 Jul 2010 10:39:10 +0000 (+0000) Subject: [atheros] renaming of the IP175C switch driver brioke switch detection on the Dir... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=362f36654ca16d6cc2a950b07b949b2eb3859e41;ds=sidebyside [atheros] 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 <