mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +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
|
123
|
||||||
- Update stress-ng to 0.12.11
|
- Update stress-ng to 0.12.11
|
||||||
- Update unrar to 6.0.7
|
- Update unrar to 6.0.7
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PKG_NAME="system-tools"
|
PKG_NAME="system-tools"
|
||||||
PKG_VERSION="1.0"
|
PKG_VERSION="1.0"
|
||||||
PKG_REV="123"
|
PKG_REV="124"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://libreelec.tv"
|
PKG_SITE="https://libreelec.tv"
|
||||||
@ -19,6 +19,7 @@ PKG_ADDON_TYPE="xbmc.python.script"
|
|||||||
|
|
||||||
PKG_DEPENDS_TARGET="toolchain \
|
PKG_DEPENDS_TARGET="toolchain \
|
||||||
autossh \
|
autossh \
|
||||||
|
bottom \
|
||||||
diffutils \
|
diffutils \
|
||||||
dstat \
|
dstat \
|
||||||
dtach \
|
dtach \
|
||||||
@ -51,8 +52,6 @@ PKG_DEPENDS_TARGET="toolchain \
|
|||||||
|
|
||||||
if [ "${TARGET_ARCH}" = "x86_64" ]; then
|
if [ "${TARGET_ARCH}" = "x86_64" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" efibootmgr st"
|
PKG_DEPENDS_TARGET+=" efibootmgr st"
|
||||||
else
|
|
||||||
PKG_DEPENDS_TARGET+=" bottom"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
addon() {
|
addon() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user