cifsd: add new package (kernel/cifsd and net/cifsd-tools)

* 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>
This commit is contained in:
Andy Walsh
2019-07-14 14:07:42 +02:00
parent 9521c83f66
commit 6dae6d5166
7 changed files with 447 additions and 0 deletions
@@ -0,0 +1,11 @@
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'