Adopt the netperf package.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
Toke Høiland-Jørgensen
2015-07-12 19:17:15 +02:00
parent e96cf8db91
commit aa75904c0b
2 changed files with 61 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2011 OpenWrt.org
START=50
start() {
service_start /usr/bin/netserver
}
stop() {
service_stop /usr/bin/netserver
}