layer3: add htop and sysstat commands
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending
The sysstat tools and htop can be valueable tools when debugging performance issues. Signed-off-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
parent
d851e6c177
commit
7843770c52
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user