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
234 B

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