* follow upstream rename to 'smbd' and 'smbd-tools' * config is '/config/smbd' and '/etc/smbd/smb.conf' * smbd: update to 3.0.1 * smbd: fixes delete access on readonly shares * smbd: add patch to keep version metadata in kmod * smbd: add synchrous kill_server patches * smbd-tools: update to 3.0.1 * smbd-tools: userspace service is now 'usmbd' * smbd-tools: userspace tools are: 'smbuseradd', 'smbshareadd' with /etc/smbd/smbdpwd.db * smbd-tools: split package into server/utils (reduce size) * smbd-tools: fix init (luci save&apply) * smbd-tools: remove kill_server related timeouts Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
10 lines
199 B
Diff
10 lines
199 B
Diff
--- a/glob.h 2019-12-08
|
|
+++ b/glob.h 2019-12-08
|
|
@@ -7,6 +7,8 @@
|
|
#ifndef __SMBD_GLOB_H
|
|
#define __SMBD_GLOB_H
|
|
|
|
+#undef CONFIG_MODULE_STRIPPED
|
|
+
|
|
#include <linux/ctype.h>
|
|
#include <linux/version.h>
|