From f1265e6a0fbf161e2aa0bca7d71ca7a19a087ef2 Mon Sep 17 00:00:00 2001 From: luka Date: Sun, 3 Mar 2013 21:59:34 +0000 Subject: ar71xx: rework changes from r35840 Signed-off-by: Luka Perkov Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35865 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/ar71xx/base-files/etc/hotplug.d/net') 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 6a7f521af..102415009 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; -- cgit v1.2.3