summaryrefslogtreecommitdiff
path: root/updater-ng/files
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-03-09 21:02:12 +0100
committerKarel Kočí <cynerd@email.cz>2019-03-09 21:02:12 +0100
commited8b571c5dc872a86b0ef7608cede64cb6ac2c33 (patch)
tree86fc301a919d8bdfcf5a198c7b3b08864c4f17e3 /updater-ng/files
parentf7f7a581e56d49a280f60e038ef543bc74331683 (diff)
downloadopenwrt-personal-pkgs-ed8b571c5dc872a86b0ef7608cede64cb6ac2c33.tar.gz
openwrt-personal-pkgs-ed8b571c5dc872a86b0ef7608cede64cb6ac2c33.tar.bz2
openwrt-personal-pkgs-ed8b571c5dc872a86b0ef7608cede64cb6ac2c33.zip
updater-ng: sync with upstream
Diffstat (limited to 'updater-ng/files')
-rw-r--r--updater-ng/files/turris.lua4
-rw-r--r--updater-ng/files/updater.config14
2 files changed, 8 insertions, 10 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
diff --git a/updater-ng/files/updater.config b/updater-ng/files/updater.config
index 4bc05ed..f8b8bda 100644
--- a/updater-ng/files/updater.config
+++ b/updater-ng/files/updater.config
@@ -1,9 +1,7 @@
-config pkglists pkglists
- list lists 'cacerts'
- list lists 'luci-controls'
- list lists 'nas'
- list lists 'netutils'
-config l10n 'l10n'
- list langs 'cs'
- list langs 'de'
+config autorun 'autorun'
+ option enabled '0'
+
+config turris 'turris'
+ option mode 'branch'
+