* 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: remove 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 * smbd-tools: add low memory options to template, to prevent oom Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
11 lines
234 B
Text
11 lines
234 B
Text
config globals
|
|
option 'description' 'SMBD on OpenWrt'
|
|
|
|
config share
|
|
option name 'testshare'
|
|
option path '/tmp'
|
|
option read_only 'no'
|
|
option guest_ok 'yes'
|
|
option create_mask '0666'
|
|
option dir_mask '0777'
|
|
option force_root '1'
|