* luci-0.8: backport hd-idle multiple instances fix
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 3 Oct 2008 16:49:00 +0000 (16:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 3 Oct 2008 16:49:00 +0000 (16:49 +0000)
applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua

index ab4a9fd8c9e0f317bb0606fbc4982382ee0c90d6..b59df829f779fcc91bbe75c35bac838e180b4869 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"))