summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-10-14 15:32:43 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-10-14 15:32:43 +0200
commita84e372d3f977f657378bb489f9ed5d88ea70334 (patch)
treec6dd78a239bc0ea3d5da2415d0c01bec3c245a0a /openwrt
parentadded first version of an openwrt package (diff)
fixed etc dir
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/dolmetsch-ctl/Makefile1
-rwxr-xr-xopenwrt/dolmetsch-ctl/files/dolmetschctl-client.init4
-rwxr-xr-xopenwrt/dolmetsch-ctl/files/dolmetschctl.init2
3 files changed, 6 insertions, 1 deletions
diff --git a/openwrt/dolmetsch-ctl/Makefile b/openwrt/dolmetsch-ctl/Makefile
index 00b95d3..0857746 100644
--- a/openwrt/dolmetsch-ctl/Makefile
+++ b/openwrt/dolmetsch-ctl/Makefile
@@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dolmetschctl
PKG_VERSION:=2015-10-14
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.spreadspace.org/dolmetschctl.git
PKG_SOURCE:=$(PKG_NAME).tar.gz
diff --git a/openwrt/dolmetsch-ctl/files/dolmetschctl-client.init b/openwrt/dolmetsch-ctl/files/dolmetschctl-client.init
index 837d427..fade639 100755
--- a/openwrt/dolmetsch-ctl/files/dolmetschctl-client.init
+++ b/openwrt/dolmetsch-ctl/files/dolmetschctl-client.init
@@ -1,4 +1,6 @@
#!/bin/sh /etc/rc.common
+START=99
+STOP=1
USE_PROCD=1
@@ -6,7 +8,7 @@ PROG=/usr/bin/dolmetschctl-client
start_service() {
procd_open_instance
- procd_set_param command $PROG -m hw:0,0,0 -o 192.168.1.27:1234
+ procd_set_param command $PROG -m hw:0,0,0 -o 192.168.17.1:1234
procd_set_param respawn
procd_set_param stdout 1
procd_set_param stderr 1
diff --git a/openwrt/dolmetsch-ctl/files/dolmetschctl.init b/openwrt/dolmetsch-ctl/files/dolmetschctl.init
index 7a2bfc9..8b4b365 100755
--- a/openwrt/dolmetsch-ctl/files/dolmetschctl.init
+++ b/openwrt/dolmetsch-ctl/files/dolmetschctl.init
@@ -1,4 +1,6 @@
#!/bin/sh /etc/rc.common
+START=99
+STOP=1
USE_PROCD=1