bluelog: import from old packages feed

- update to latest version (v1.1.2)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
Nicolas Thill
2015-01-10 18:44:46 +01:00
parent 898d3d27db
commit 9afb5e8cf8
2 changed files with 105 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh /etc/rc.common
START=65
SERVICE_DAEMONIZE=1
start() {
service_start /usr/bin/bluelog
}
stop() {
service_stop /usr/bin/bluelog
}