mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
make luci cifsd force_root option work (#4657)
This commit is contained in:
parent
097f36d48c
commit
db57362a97
@ -55,7 +55,10 @@ ro.enabled = "yes"
|
||||
ro.disabled = "no"
|
||||
|
||||
fr = s:option(Flag, "force_root", translate("Force Root"))
|
||||
fr.rmempty = false
|
||||
fr.default = "1"
|
||||
fr.enabled = "1"
|
||||
fr.disabled = "0"
|
||||
|
||||
-- s:option(Value, "users", translate("Allowed users")).rmempty = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user