aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/hotplug.d
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-03-03 21:59:34 +0000
committerLuka Perkov <luka@openwrt.org>2013-03-03 21:59:34 +0000
commitf6a61008f2a95081e29f15cf32026e8fe9f80fd4 (patch)
tree6925b69a922702013218e5ea3678eb66044f4c3a /target/linux/ar71xx/base-files/etc/hotplug.d
parentc042cde24568c28005e8f97fe3e5069ef042ff6c (diff)
downloadmaster-187ad058-f6a61008f2a95081e29f15cf32026e8fe9f80fd4.tar.gz
master-187ad058-f6a61008f2a95081e29f15cf32026e8fe9f80fd4.tar.bz2
master-187ad058-f6a61008f2a95081e29f15cf32026e8fe9f80fd4.zip
ar71xx: rework changes from r35840
Signed-off-by: Luka Perkov <luka@openwrt.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35865 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/hotplug.d')
-rw-r--r--target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix b/target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix
index 6a7f521afa..102415009b 100644
--- a/target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix
+++ b/target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix
@@ -42,8 +42,7 @@ if [ $phyname -a $ACTION = "add" ]; then
. /lib/ar71xx.sh
case $(ar71xx_board_name) in
- wzr-hp-ag300h|\
- wzr-600dhp)
+ wzr-hp-ag300h)
ar922x_disable_gpio_jtag $phyname
;;
esac;