Root/fn-handle/files/fn-handle.init

1#!/bin/sh /etc/rc.common
2# Copyright (C) 2008 OpenWrt.org
3START=40
4
5DEVICE_PW="/dev/input/event0"
6
7start() {
8    start-stop-daemon -S -x /usr/bin/fnkeys -b $DEVICE_PW
9}
10
11stop() {
12    killall fnkeys
13}
14

Archive Download this file



interactive