From 107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 1 Mar 2013 13:46:01 +0000 Subject: ar71xx: add support for Buffalo WZR 600DHP Signed-off-by: Luka Perkov SVN-Revision: 35840 --- target/linux/ar71xx/base-files/etc/hotplug.d/net/10-ar922x-led-fix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ar71xx/base-files/etc/hotplug.d') 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 1024150..6a7f521 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,7 +42,8 @@ if [ $phyname -a $ACTION = "add" ]; then . /lib/ar71xx.sh case $(ar71xx_board_name) in - wzr-hp-ag300h) + wzr-hp-ag300h|\ + wzr-600dhp) ar922x_disable_gpio_jtag $phyname ;; esac; -- cgit v1.1