diff options
Diffstat (limited to 'fn-handle/files/fn-handle.init')
| -rwxr-xr-x | fn-handle/files/fn-handle.init | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fn-handle/files/fn-handle.init b/fn-handle/files/fn-handle.init deleted file mode 100755 index 174a76c..0000000 --- a/fn-handle/files/fn-handle.init +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh /etc/rc.common -# Copyright (C) 2008 OpenWrt.org -START=40 - -DEVICE_PW="/dev/input/event0" - -start() { - fnkeys $DEVICE_PW & -} - -stop() { - killall fnkeys -} |
