From cc5a1d267b4e1dd4cc370392c743f92a8c36df8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Thu, 7 Dec 2023 19:14:16 +0100 Subject: [PATCH] layer3: add htop and sysstat commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The sysstat tools and htop can be valueable tools when debugging performance issues. Signed-off-by: Fabian Bläse --- buildscript | 2 +- src/packages/fff/fff-extra/Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/buildscript b/buildscript index 586e3a80..fe1aa607 100755 --- a/buildscript +++ b/buildscript @@ -14,7 +14,7 @@ ROUTINGREV="2272106e0839ee06957e88e3596489e1b510d3c2" # Gluon packages: master from 2020-02-04 GLUONREV="12e41d0ff07ec54bbd67a31ab50d12ca04f2238c" -OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl micrond mtr bmon procps-ng procps-ng-vmstat" +OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl micrond mtr bmon htop sysstat procps-ng procps-ng-vmstat" ROUTING_PKGS="kmod-batman-adv batctl alfred babeld bird2" GLUON_PKGS="simple-tc uradvd" diff --git a/src/packages/fff/fff-extra/Makefile b/src/packages/fff/fff-extra/Makefile index 3e823f88..ca8fc040 100644 --- a/src/packages/fff/fff-extra/Makefile +++ b/src/packages/fff/fff-extra/Makefile @@ -11,8 +11,10 @@ define Package/fff-extra TITLE:=Freifunk-Franken gateway configuration URL:=https://www.freifunk-franken.de DEPENDS:=+bmon \ + +htop \ +procps-ng \ - +procps-ng-vmstat + +procps-ng-vmstat \ + +sysstat endef define Package/fff-extra/description