From 878267db016c17df83a2f685e127e9926be77a1b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 23 Jul 2010 10:39:10 +0000 Subject: renaming of the IP175C switch driver brioke switch detection on the Dir-300 and others, fix it SVN-Revision: 22363 --- target/linux/atheros/base-files/etc/uci-defaults/network | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/atheros/base-files') diff --git a/target/linux/atheros/base-files/etc/uci-defaults/network b/target/linux/atheros/base-files/etc/uci-defaults/network index 89ea9a1..7e91e6a 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 <