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.

24 lines
559 B

  1. config samba
  2. option workgroup 'WORKGROUP'
  3. option charset 'UTF-8'
  4. option description 'Samba on OpenWRT'
  5. #option enable_extra_tuning '0'
  6. ## example share
  7. #config sambashare
  8. #option guest_only 'yes'
  9. #option create_mask '0666'
  10. #option dir_mask '0777'
  11. #option force_root '1'
  12. #option name 'share'
  13. #option inherit_owner 'yes'
  14. #option guest_ok 'yes'
  15. #option read_only 'no'
  16. #option path '/mnt/tmp'
  17. ## reduce process priority via nice
  18. #config procd 'extra'
  19. #option samba_nice '3'
  20. ## on mvebu platform we need negative values!
  21. #option samba_nice '-10'