samba4: allow disabling wsdd2 in menuconfig
authorFritz D. Ansel <redacted>
Mon, 2 Aug 2021 18:04:39 +0000 (20:04 +0200)
committerHannu Nyman <redacted>
Sun, 15 Aug 2021 11:55:31 +0000 (14:55 +0300)
but keep it selected by default as before
so it could be selected if nmbd and/or wssd2
should be used

Signed-off-by: Fritz D. Ansel <redacted>
net/samba4/Config.in
net/samba4/Makefile

index a7bc1269caea205c36e806e599156f53a939057b..d287effa5e312dedaa14e1c181d1d66fb7f2fccb 100644 (file)
@@ -1,3 +1,16 @@
+config SAMBA4_SERVER_WSDD2
+       bool "WSD support"
+       depends on PACKAGE_samba4-server
+       select PACKAGE_wsdd2
+       help
+               selects: wsdd2 (daemon)
+
+               WSD/LLMNR Discovery/Name Service Daemon
+               WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default).
+               Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended).
+               Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD.
+       default y
+
 config SAMBA4_SERVER_NETBIOS
        bool "NetBIOS support"
        depends on PACKAGE_samba4-server
index f3108fc583b858075818c6d62f3207e1b90f43d4..92c48f41be61b2c2d02ba574e3a86d44a80eabf0 100644 (file)
@@ -85,7 +85,6 @@ define Package/samba4-server/description
 endef
 
 define Package/samba4-server/config
-  select PACKAGE_wsdd2
   source "$(SOURCE)/Config.in"
 endef
 
git clone https://git.99rst.org/PROJECT