projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22e61c1
)
knxd: add dependency for inih
author
Othmar Truniger
<github@truniger.ch>
Thu, 26 Dec 2024 18:50:34 +0000
(19:50 +0100)
committer
Michael Heimpold
<mhei@heimpold.de>
Mon, 30 Dec 2024 19:34:23 +0000
(20:34 +0100)
Signed-off-by: Othmar Truniger <github@truniger.ch>
net/knxd/Makefile
patch
|
blob
|
history
diff --git
a/net/knxd/Makefile
b/net/knxd/Makefile
index 85c75b669562236ed652da9cb268f44b6fe4ddfb..03a86a33f9238528e65b7e9826c42161afe70fe0 100644
(file)
--- a/
net/knxd/Makefile
+++ b/
net/knxd/Makefile
@@
-12,7
+12,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=knxd
PKG_VERSION:=0.14.71
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/knxd/knxd/tar.gz/$(PKG_VERSION)?
@@
-33,7
+33,7
@@
define Package/knxd
SECTION:=net
CATEGORY:=Network
TITLE:=EIB KNX daemon
- DEPENDS:=+libusb-1.0 +libev +libfmt
+ DEPENDS:=+libusb-1.0 +libev +libfmt
+libinih
endef
define Package/knxd/description