From: Jo-Philipp Wich Date: Tue, 12 Aug 2014 10:43:56 +0000 (+0000) Subject: hd-idle: enable_debug will block LuCI interface X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=a9f187152c3692be70d9fd162e8e042400d386df 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 --- 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 d1a88414e..0c844ca4e 100644 --- a/applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua +++ b/applications/luci-hd-idle/luasrc/model/cbi/hd_idle.lua @@ -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