samba4: allow disabling wsdd2 in menuconfig
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 <fdansel@yandex.ru>
This commit is contained in:
parent
6bac8c6275
commit
2992e3bb7d
2 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -85,7 +85,6 @@ define Package/samba4-server/description
|
|||
endef
|
||||
|
||||
define Package/samba4-server/config
|
||||
select PACKAGE_wsdd2
|
||||
source "$(SOURCE)/Config.in"
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue