summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-hd_idle/luasrc
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-03 16:48:21 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-03 16:48:21 +0000
commit6fb6f2c5296094d56a560325579147ceddbef2c5 (patch)
treedcd4dc6237003318f99ab8280b41da7ad43a6535 /applications/luci-hd_idle/luasrc
parentd89ee50f6105063105e100404a538aa317dfb3d0 (diff)
* luci/app/hd_idle: disable multiple instances of hd-idle
Diffstat (limited to 'applications/luci-hd_idle/luasrc')
-rw-r--r--applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua1
1 files changed, 0 insertions, 1 deletions
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"))