mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
system-tools: update to (124)
This commit is contained in:
parent
6e497d6a35
commit
79f2ce7c5c
@ -1,3 +1,6 @@
|
||||
124
|
||||
- Include bottom (btm) in Generic
|
||||
|
||||
123
|
||||
- Update stress-ng to 0.12.11
|
||||
- Update unrar to 6.0.7
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user