diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-17 22:22:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-17 22:22:12 +0000 |
commit | 8b53a27b5cf7e923fcf563989e4a9271d804abbc (patch) | |
tree | be06fd342f44eacde27964a527eb0f53f913c3db | |
parent | 3ab109da956268e5cb5e23a30f9a7ee63ca1385f (diff) |
* luci/libs/uvl: mark "enabled" option as required in fstab scheme, this prevents the deletion from uci
-rw-r--r-- | libs/uvl/root/lib/uci/schema/default/fstab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/uvl/root/lib/uci/schema/default/fstab b/libs/uvl/root/lib/uci/schema/default/fstab index 927dcc7cc..58dff587b 100644 --- a/libs/uvl/root/lib/uci/schema/default/fstab +++ b/libs/uvl/root/lib/uci/schema/default/fstab @@ -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' |