From: Jo-Philipp Wich Date: Fri, 3 Oct 2008 16:48:21 +0000 (+0000) Subject: * luci/app/hd_idle: disable multiple instances of hd-idle X-Git-Tag: 0.9.0~1159 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=6fb6f2c5296094d56a560325579147ceddbef2c5 * luci/app/hd_idle: disable multiple instances of hd-idle --- diff --git a/applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua b/applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua index ab4a9fd8c..b59df829f 100644 --- a/applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua +++ b/applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua @@ -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"))