Browse Source

pre-release

Danja Vasiliev 10 years ago
parent
commit
5dedd8f324
2 changed files with 4 additions and 4 deletions
  1. 3 3
      openwrt/common/etc/config/fstab
  2. 1 1
      openwrt/common/etc/lighttpd/lighttpd.conf

+ 3 - 3
openwrt/common/etc/config/fstab

@@ -16,12 +16,12 @@ config 'mount'
   option 'target'       '/mnt/sg'
   option 'enabled'      '1' 
   option 'enabled_fsck' '0' 
-  option 'options'      'rw,noatime,nodiratime'
+#  option 'options'      'rw,noatime,nodiratime'
 
 ## compatibility
 config 'mount'
-  option 'label'        'sg-user'
+  option 'device'       '/dev/sda'
   option 'target'       '/mnt/sg'
   option 'enabled'      '1' 
   option 'enabled_fsck' '0' 
-  option 'options'      'rw,noatime,nodiratime'
+#  option 'options'      'rw,noatime,nodiratime'

+ 1 - 1
openwrt/common/etc/lighttpd/lighttpd.conf

@@ -6,7 +6,7 @@ server.modules = (
  "mod_alias",
  "mod_auth",
  "mod_setenv",
- "mod_status",
+# "mod_status",
 # "mod_debug"
 )