ar71xx: add support for Buffalo WZR 600DHP
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / etc / hotplug.d / net / 10-ar922x-led-fix
index 102415009bc2e8352f1fa1d90645f6d97cdf6258..6a7f521afa11a3cd5a83d1388d224fad1a8bc0d2 100644 (file)
@@ -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;