1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-01-18 20:01:07 +02:00

14 lines
154 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2008 OpenWrt.org
START=40
DEVICE="/dev/input/event0"
start() {
fnkeys $DEVICE &
}
stop() {
killall fnkeys
}