diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-24 18:38:57 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-24 18:42:05 +0200 |
commit | 3a2aa9ec45d7bfadbb36bcb02365c1669ede7e85 (patch) | |
tree | 355257b732f4506237f789b9b56eb06aff0dab22 /updater-ng/files | |
parent | 0b257e6041a9baab6a0030d70d3a626648aa0608 (diff) | |
download | openwrt-personal-pkgs-3a2aa9ec45d7bfadbb36bcb02365c1669ede7e85.tar.gz openwrt-personal-pkgs-3a2aa9ec45d7bfadbb36bcb02365c1669ede7e85.tar.bz2 openwrt-personal-pkgs-3a2aa9ec45d7bfadbb36bcb02365c1669ede7e85.zip |
Add updater-ng package
This is updater-ng package tracking master branch.
Diffstat (limited to 'updater-ng/files')
-rwxr-xr-x | updater-ng/files/updater-wipe.sh | 4 | ||||
-rw-r--r-- | updater-ng/files/updater.config | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/updater-ng/files/updater-wipe.sh b/updater-ng/files/updater-wipe.sh new file mode 100755 index 0000000..7bd6ba8 --- /dev/null +++ b/updater-ng/files/updater-wipe.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# Empty... +# This file exists only for backward compatibility with Foris wizard and nuci. +# With Foris wizard removal we should drop this. 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' |