git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d89ee50
)
* luci/app/hd_idle: disable multiple instances of hd-idle
author
Jo-Philipp Wich
<redacted>
Fri, 3 Oct 2008 16:48:21 +0000
(16:48 +0000)
committer
Jo-Philipp Wich
<redacted>
Fri, 3 Oct 2008 16:48:21 +0000
(16:48 +0000)
applications/luci-hd_idle/luasrc/model/cbi/hd_idle.lua
patch
|
blob
|
history
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 ab4a9fd8c9e0f317bb0606fbc4982382ee0c90d6..b59df829f779fcc91bbe75c35bac838e180b4869 100644
(file)
--- 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"))
git clone https://git.99rst.org/PROJECT