Browse Source

add vfat support for USB storage

Danja Vasiliev 10 years ago
parent
commit
f36fd26623
1 changed files with 7 additions and 0 deletions
  1. 7 0
      openwrt/DIR505A1/etc/config/fstab

+ 7 - 0
openwrt/DIR505A1/etc/config/fstab

@@ -17,3 +17,10 @@ config 'mount'
   option 'enabled_fsck' '0'
   option 'options'      'rw,noatime'
 
+config 'mount'
+  option 'label'        'SUPERGLUE'
+  option 'target'       '/www/htdocs'
+  option 'enabled'      '1'
+  option 'enabled_fsck' '0'
+  option 'options'      'rw,noatime'
+