* luci/app/hd_idle: disable multiple instances of hd-idle
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 3 Oct 2008 16:48:21 +0000 (16:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 3 Oct 2008 16:48:21 +0000 (16:48 +0000)
applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua

index ab4a9fd..b59df82 100644 (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"))