mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 15:01:52 +02:00
12 lines
122 B
Bash
Executable File
12 lines
122 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2008 OpenWrt.org
|
|
START=40
|
|
|
|
start() {
|
|
fn-handle
|
|
}
|
|
|
|
stop() {
|
|
killall fn-handle
|
|
}
|