* luci/libs/uvl: mark "enabled" option as required in fstab scheme, this prevents...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 17 Sep 2008 22:22:12 +0000 (22:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 17 Sep 2008 22:22:12 +0000 (22:22 +0000)
libs/uvl/root/lib/uci/schema/default/fstab

index 927dcc7..58dff58 100644 (file)
@@ -18,6 +18,7 @@ config variable
        option title    'Enable this mount point'
        option section  'fstab.mount'
        option datatype 'boolean'
+       option required 'true'
 
 config variable
        option name     'fstype'