Add libcap and mdnsresponder

This commit is contained in:
Steven Barth
2014-06-03 12:51:24 +02:00
parent 7e14a3b4d7
commit 4132123ce5
7 changed files with 939 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2009-2014 OpenWrt.org
START=60
STOP=10
USE_PROCD=1
start_service() {
procd_open_instance
procd_set_param command /usr/sbin/mdnsd -debug
procd_set_param respawn
procd_close_instance
}