mirror of
https://github.com/novatiq/packages.git
synced 2026-06-30 09:10:22 +01:00
6dae6d5166
* adds cifs/smb kernel server module (cifsd) * adds userspace tools (cifsd, cifsadmin) * has UCI support (compatible with samba configs) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
12 lines
236 B
Plaintext
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'
|