* luci/libs/uvl: mark "enabled" option as required in fstab scheme, this prevents the deletion from uci
This commit is contained in:
parent
3ab109da95
commit
8b53a27b5c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ config variable
|
||||||
option title 'Enable this mount point'
|
option title 'Enable this mount point'
|
||||||
option section 'fstab.mount'
|
option section 'fstab.mount'
|
||||||
option datatype 'boolean'
|
option datatype 'boolean'
|
||||||
|
option required 'true'
|
||||||
|
|
||||||
config variable
|
config variable
|
||||||
option name 'fstype'
|
option name 'fstype'
|
||||||
|
|
Loading…
Reference in a new issue