system-tools: update to (124)

This commit is contained in:
heitbaum 2021-08-02 23:58:55 +10:00
parent 6e497d6a35
commit 79f2ce7c5c
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,6 @@
124
- Include bottom (btm) in Generic
123
- Update stress-ng to 0.12.11
- Update unrar to 6.0.7

View File

@ -3,7 +3,7 @@
PKG_NAME="system-tools"
PKG_VERSION="1.0"
PKG_REV="123"
PKG_REV="124"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"
@ -19,6 +19,7 @@ PKG_ADDON_TYPE="xbmc.python.script"
PKG_DEPENDS_TARGET="toolchain \
autossh \
bottom \
diffutils \
dstat \
dtach \
@ -51,8 +52,6 @@ PKG_DEPENDS_TARGET="toolchain \
if [ "${TARGET_ARCH}" = "x86_64" ]; then
PKG_DEPENDS_TARGET+=" efibootmgr st"
else
PKG_DEPENDS_TARGET+=" bottom"
fi
addon() {