blob: 9a457e03b88f173b31d76ca9cd19ab37d3f41377 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config globals
option 'description' 'Ksmbd 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'
|