Files
packages/net/cifsd-tools/files/cifsd.config.example
Andy Walsh ff0e3bf719 cifsd: add package cifsd [backport]
* adds cifsd (cifs kernel server) + tools

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-20 22:24:29 +01:00

12 lines
236 B
Plaintext

config globals
option 'description' 'Cifsd on OpenWrt'
config share
option name 'testshare'
option path '/tmp'
option guest_ok 'yes'
option create_mask '0666'
option dir_mask '0777'
option writeable 'yes'
option force_root '1'