opennhrp: Add opennhrp 0.14.1

Signed-off-by: Artem Makhutov <artem@makhutov.org>
This commit is contained in:
Artem Makhutov
2014-08-25 14:48:59 +02:00
parent f8d4ba403b
commit c1d5213b53
2 changed files with 73 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2009-2011 OpenWrt.org
# Copyright (C) 2009 Jakob Pfeiffer
START=50
SERVICE_USE_PID=1
start() {
service_start /usr/sbin/opennhrp -d
}
stop() {
service_stop /usr/sbin/opennhrp
}