Skip to content
Snippets Groups Projects
Verified Commit fec8d851 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists: use new updater subordinate packages

parent 3db0083f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ include(repository.m4)dnl Include Repository command
----------------------------------------------------------------------------------
-- Updater itself
Install('updater-ng', 'updater-ng-supervisor', { critical = true })
Install('updater-ng', 'updater-supervisor', { critical = true })
Package('updater-ng', { replan = 'finished' })
Package('l10n_supported', { replan = 'finished' })
......@@ -58,9 +58,9 @@ Install("ca-certificates", { priority = 40 })
_FEATURE_GUARD_
-- Updater utility
Install("updater-ng-opkg", { priority = 40 })
Package('updater-ng-opkg', { replan = 'finished' })
Package('updater-ng-localrepo', { replan = 'finished' })
Install("updater-opkg-wrapper", { priority = 40 })
Package('updater-opkg-wrapper', { replan = 'finished' })
Package('localrepo', { replan = 'finished' })
Package('switch-branch', { priority = 40 })
-- Package migration hack
Install("oneshot")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment