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>
+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
endef
define Package/samba4-server/config
- select PACKAGE_wsdd2
source "$(SOURCE)/Config.in"
endef