* luci/app/hd_idle: disable multiple instances of hd-idle
This commit is contained in:
parent
d89ee50f61
commit
6fb6f2c529
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ require("luci.fs")
|
||||||
m = Map("hd-idle", translate("hd_idle"), translate("hd_idle_desc"))
|
m = Map("hd-idle", translate("hd_idle"), translate("hd_idle_desc"))
|
||||||
|
|
||||||
s = m:section(TypedSection, "hd-idle", translate("settings"))
|
s = m:section(TypedSection, "hd-idle", translate("settings"))
|
||||||
s.addremove = true
|
|
||||||
s.anonymous = true
|
s.anonymous = true
|
||||||
|
|
||||||
s:option(Flag, "enabled", translate("enable", "Enable"))
|
s:option(Flag, "enabled", translate("enable", "Enable"))
|
||||||
|
|
Loading…
Reference in a new issue