* luci/libs/uvl: mark "enabled" option as required in fstab scheme, this prevents...
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / fstab
index 1ef08f3..58dff58 100644 (file)
@@ -1,5 +1,8 @@
 package fstab
 
+config package
+       option title 'Filesystem configuration'
+
 config section
        option name     'mount'
        option title    'Filesystem entry'
@@ -15,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'