From 2992e3bb7d6e3baa700c4ca4f31299981bbebb6b Mon Sep 17 00:00:00 2001 From: "Fritz D. Ansel" Date: Mon, 2 Aug 2021 20:04:39 +0200 Subject: [PATCH] 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 --- net/samba4/Config.in | 13 +++++++++++++ net/samba4/Makefile | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/net/samba4/Config.in b/net/samba4/Config.in index a7bc1269c..d287effa5 100644 --- a/net/samba4/Config.in +++ b/net/samba4/Config.in @@ -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 diff --git a/net/samba4/Makefile b/net/samba4/Makefile index f3108fc58..92c48f41b 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -85,7 +85,6 @@ define Package/samba4-server/description endef define Package/samba4-server/config - select PACKAGE_wsdd2 source "$(SOURCE)/Config.in" endef