You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
236 B

  1. config globals
  2. option 'description' 'Cifsd on OpenWrt'
  3. config share
  4. option name 'testshare'
  5. option path '/tmp'
  6. option guest_ok 'yes'
  7. option create_mask '0666'
  8. option dir_mask '0777'
  9. option writeable 'yes'
  10. option force_root '1'