hd-idle: enable_debug will block LuCI interface
NEVER enable_debug from LuCI, because hd-idle goes into foreground/console mode and LuCI will hang during "Save&Apply" forever. This parameter should be removed completely. Also not being availible inside OpenWrt's init script. If you reboot, hd-idle blocks the boot process because it's not going to background. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
parent
5aa46cbf58
commit
a9f187152c
1 changed files with 0 additions and 2 deletions
|
@ -38,6 +38,4 @@ unit:value("minutes", translate("min"))
|
|||
unit:value("hours", translate("h"))
|
||||
unit.rmempty = true
|
||||
|
||||
s:option(Flag, "enable_debug", translate("Enable debug"))
|
||||
|
||||
return m
|
||||
|
|
Loading…
Reference in a new issue