Skip to content

Commit

Permalink
system-tools: update to (124)
Browse files Browse the repository at this point in the history
  • Loading branch information
heitbaum committed Aug 2, 2021
1 parent 6e497d6 commit 79f2ce7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/addons/tools/system-tools/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
124
- Include bottom (btm) in Generic

123
- Update stress-ng to 0.12.11
- Update unrar to 6.0.7
Expand Down
5 changes: 2 additions & 3 deletions packages/addons/tools/system-tools/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -19,6 +19,7 @@ PKG_ADDON_TYPE="xbmc.python.script"

PKG_DEPENDS_TARGET="toolchain \
autossh \
bottom \
diffutils \
dstat \
dtach \
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 79f2ce7

Please sign in to comment.