From 1666df3cbfe16c4fe65270771ed3a9a77530642a Mon Sep 17 00:00:00 2001
From: Nils Schneider <nils@nilsschneider.net>
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 b99b55909..5c12c4934 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")
-- 
GitLab