2b63fb6a50
- compiles at ~1MB (or ~1,3MB if log files are enabled) - patches to make samba3 small come from avm gpl releases - added patches to match owrt dir layout - rewritten smbpasswd to be endian safe and small - printing is not yet tested - disabled mmap as this breaks and oopses when running on jffs2 git-svn-id: svn://svn.openwrt.org/openwrt/packages@12278 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
config samba
|
|
option 'name' 'openwrt'
|
|
option 'workgroup' 'openwrt'
|
|
option 'description' 'openwrt'
|
|
option 'homes' '1'
|
|
|
|
config sambashare
|
|
option 'name' 'tmp'
|
|
option 'path' '/tmp'
|
|
option 'read_only' 'no'
|
|
option 'guest_ok' 'no'
|
|
option 'create_mask' '0700'
|
|
option 'dir_mask' '0700'
|
|
#option 'users' 'abc'
|