diff options
Diffstat (limited to 'target/device/Atmel/atstk1002/target_skeleton/etc/samba')
-rw-r--r-- | target/device/Atmel/atstk1002/target_skeleton/etc/samba/smb.conf | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/target/device/Atmel/atstk1002/target_skeleton/etc/samba/smb.conf b/target/device/Atmel/atstk1002/target_skeleton/etc/samba/smb.conf index 7c1b27de6..a29571894 100644 --- a/target/device/Atmel/atstk1002/target_skeleton/etc/samba/smb.conf +++ b/target/device/Atmel/atstk1002/target_skeleton/etc/samba/smb.conf @@ -170,10 +170,16 @@ # client code page = 850 #============================ Share Definitions ============================== -;[homes] -; comment = Home Directories -; browseable = no -; writable = yes +[homes] + comment = Home Directories + browseable = no + writable = yes + +[netdisk] + comment = Network share on STK1000 + path = /media + read only = no + public = yes # Un-comment the following and create the netlogon directory for Domain Logons ; [netlogon] |