From 1666df3cbfe16c4fe65270771ed3a9a77530642a Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Mon, 30 Sep 2013 00:12:21 +0200 Subject: [PATCH] configmode: initscript takes care of enabled-flag --- .../files/usr/lib/lua/luci/controller/configmode/configmode.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua b/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua index b99b5590..5c12c493 100644 --- a/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua +++ b/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua @@ -56,7 +56,6 @@ function action_reboot() uci:foreach("configmode", "wizard", function(s) uci:set("configmode", s[".name"], "configured", "1") - uci:set("configmode", s[".name"], "enabled", "0") end) uci:save("configmode") uci:commit("configmode")