summaryrefslogtreecommitdiff
path: root/updater-ng/files/turris.lua
diff options
context:
space:
mode:
Diffstat (limited to 'updater-ng/files/turris.lua')
-rw-r--r--updater-ng/files/turris.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/updater-ng/files/turris.lua b/updater-ng/files/turris.lua
index 7071461..7e90623 100644
--- a/updater-ng/files/turris.lua
+++ b/updater-ng/files/turris.lua
@@ -20,8 +20,8 @@ end
local mode = uci_cnf("mode", "branch") -- should we follow branch or version?
local branch = uci_cnf("branch", "hbs") -- which branch to follow
local version = uci_cnf("version", nil) -- which version to follow
-local lists = uci_cnf("lists", {}) -- what additional lists should we use
-minimal_builds = uci_cnf("use_minimal", false) -- if packages-minimal should be used
+local lists = uci_cnf("pkglists", {}) -- what additional lists should we use
+minimal_builds = uci_cnf("use_minimal", "0") == "1" -- if packages-minimal should be used
Export('minimal_builds')
-- Verify that we have sensible configuration