diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-16 19:32:59 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-08-22 11:23:02 +0200 |
commit | 499773f8efe3357a2076c75c503ebcb42e41dbe6 (patch) | |
tree | 3acf5afc8bd057b941e5f89a4ee108bcfabaa02b /package/network/services/samba36/Makefile | |
parent | 7961009346cbfb44702cd87ffba0be2069c4b773 (diff) | |
download | upstream-499773f8efe3357a2076c75c503ebcb42e41dbe6.tar.gz upstream-499773f8efe3357a2076c75c503ebcb42e41dbe6.tar.bz2 upstream-499773f8efe3357a2076c75c503ebcb42e41dbe6.zip |
samba36: Enable umdnsd support
Allows discovery without having to use NetBIOS. Useful for mobile devices.
Could eventually throw nbmd away. But that requires Windows 10...
Tested on Fedora 28 with avahi-discover.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/network/services/samba36/Makefile')
-rw-r--r-- | package/network/services/samba36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index 75705d0b37..b4322f04f4 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=3.6.25 -PKG_RELEASE:=11 +PKG_RELEASE:=12 PKG_SOURCE_URL:=https://download.samba.org/pub/samba \ https://download.samba.org/pub/samba/stable |