* luci-0.8: backport hd-idle multiple instances fix

This commit is contained in:
Jo-Philipp Wich
2008-10-03 16:49:00 +00:00
parent 35f3c60956
commit b53da072e4

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"))