knxd: bump to new version
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
parent
ac633e9f3f
commit
8bd81e6537
|
@ -11,12 +11,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=knxd
|
||||
PKG_VERSION=2016-01-01-$(PKG_SOURCE_VERSION)
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION=2016-03-12
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/knxd/knxd.git
|
||||
PKG_SOURCE_VERSION:=0cca354494310c8700e95692d5e09c80f6b57085
|
||||
PKG_SOURCE_VERSION:=c8a4bb3b042de1fd692a93cdb7a307546f2be359
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
|
||||
|
|
|
@ -49,8 +49,8 @@ start_service() {
|
|||
append_bool args tpuarts_ack_all_individual "tpuarts-ack-all-individual" 0
|
||||
append_bool args tpuarts_disch_reset "tpuarts-disch-reset" 0
|
||||
append_bool args Tunnelling "Tunnelling" 1
|
||||
append_parm args listen_local "listen-local" "/var/run/knxd"
|
||||
append_bool args Server "Server" 1
|
||||
append_parm args listen_local "listen-local" "/var/run/knxd"
|
||||
config_get url args url
|
||||
procd_open_instance
|
||||
procd_set_param command $PROG $params $url
|
||||
|
|
Loading…
Reference in New Issue