Browse Source

knxd: bump to new version

Signed-off-by: Othmar Truniger <github@truniger.ch>
lilik-openwrt-22.03
Othmar Truniger 8 years ago
parent
commit
8bd81e6537
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      net/knxd/Makefile
  2. +1
    -1
      net/knxd/files/knxd.init

+ 3
- 3
net/knxd/Makefile View File

@ -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


+ 1
- 1
net/knxd/files/knxd.init View File

@ -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…
Cancel
Save