* luci/app/hd_idle: disable multiple instances of hd-idle

This commit is contained in:
Jo-Philipp Wich 2008-10-03 16:48:21 +00:00
parent d89ee50f61
commit 6fb6f2c529

View file

@ -18,7 +18,6 @@ require("luci.fs")
m = Map("hd-idle", translate("hd_idle"), translate("hd_idle_desc"))
s = m:section(TypedSection, "hd-idle", translate("settings"))
s.addremove = true
s.anonymous = true
s:option(Flag, "enabled", translate("enable", "Enable"))