diff options
author | Karel Kočí <cynerd@email.cz> | 2018-02-01 22:22:55 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-02-01 22:22:55 +0100 |
commit | 453bf5553b1bdbc74640784a3fc9ee8f0835481e (patch) | |
tree | b69764d946e276d91f4a399e0642c7202bbac15d /updater-ng/files | |
parent | c6bed5cb193a7d42834cedee12fe6ee559f17620 (diff) | |
download | turris-myrepo-453bf5553b1bdbc74640784a3fc9ee8f0835481e.tar.gz turris-myrepo-453bf5553b1bdbc74640784a3fc9ee8f0835481e.tar.bz2 turris-myrepo-453bf5553b1bdbc74640784a3fc9ee8f0835481e.zip |
Implement and use universal pkgauto instead of updater-ng-auto
Diffstat (limited to 'updater-ng/files')
-rw-r--r-- | updater-ng/files/updater.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/updater-ng/files/updater.config b/updater-ng/files/updater.config new file mode 100644 index 0000000..4bc05ed --- /dev/null +++ b/updater-ng/files/updater.config @@ -0,0 +1,9 @@ +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' |