layer3: add vmstat command

Signed-off-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Fabian Bläse 2023-12-26 20:51:57 +01:00
parent efbed2f9c1
commit 718b8e2afe
2 changed files with 4 additions and 2 deletions

View File

@ -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"
OPENWRT_PKGS="gpioctl-sysfs libugpio fastd haserl micrond mtr bmon procps-ng procps-ng-vmstat"
ROUTING_PKGS="kmod-batman-adv batctl alfred babeld bird2"
GLUON_PKGS="simple-tc uradvd"

View File

@ -10,7 +10,9 @@ define Package/fff-extra
CATEGORY:=Freifunk
TITLE:=Freifunk-Franken gateway configuration
URL:=https://www.freifunk-franken.de
DEPENDS:=+bmon
DEPENDS:=+bmon \
+procps-ng \
+procps-ng-vmstat
endef
define Package/fff-extra/description