From 362f36654ca16d6cc2a950b07b949b2eb3859e41 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 23 Jul 2010 10:39:10 +0000 Subject: [PATCH] [atheros] 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(-) 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 <