diff options
author | Philipp Kerling <pkerling@casix.org> | 2017-06-07 09:51:51 +0200 |
---|---|---|
committer | Philipp Kerling <pkerling@casix.org> | 2019-04-15 23:19:39 +0200 |
commit | b9612a83548225d32b6e043571e98ac43cc17a16 (patch) | |
tree | 80289efbd370cf61974b4a312ec110f1cc4b06c3 /net/p910nd/Makefile | |
parent | d2049b6333680370b30f08cc8f783d22d9d5f7b0 (diff) |
p910nd: add mdns support
Signed-off-by: Philipp Kerling <pkerling@casix.org>
Diffstat (limited to 'net/p910nd/Makefile')
-rw-r--r-- | net/p910nd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p910nd/Makefile b/net/p910nd/Makefile index 806748aec..12b4e8637 100644 --- a/net/p910nd/Makefile +++ b/net/p910nd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=p910nd PKG_VERSION:=0.97 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/p910nd |