1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

enable keymouse

This commit is contained in:
kyak
2010-11-20 17:57:10 +03:00
parent 47eda0bc80
commit a1a68fc7af
3 changed files with 47 additions and 2 deletions

7
keymouse/files/keymouse.init Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2008 OpenWrt.org
START=43
start() {
start-stop-daemon -b -S -x /usr/bin/keymouse -- /etc/keymouse.cfg 0
}