diff options
-rw-r--r-- | files/etc/hotplug.d/iface/22-wan_led | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/etc/hotplug.d/iface/22-wan_led b/files/etc/hotplug.d/iface/22-wan_led index bee5e9e..c0a7aa4 100644 --- a/files/etc/hotplug.d/iface/22-wan_led +++ b/files/etc/hotplug.d/iface/22-wan_led @@ -1,9 +1,9 @@ #!/bin/sh case "${ACTION:-ifup}" in ifup) - gpioctl set 1 + gpioctl set 3 ;; ifdown) - gpioctl dirout 1 + gpioctl dirout 3 ;; esac |