From c51041e6b273dc02a6793fddead2a6cb381e6ae3 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Mon, 5 Feb 2024 16:07:55 +0100 Subject: [PATCH] Add luci-app-vnstat2 package to some configs --- Dockerfile | 4 ++-- configs/ath79/generic/uap-ac-lr/extended | 3 +++ configs/ath79/mikrotik/extended | 3 +++ configs/lantiq/xrx200/extended | 3 +++ configs/mediatek/mt7622/dumb_ap | 3 +++ configs/mediatek/mt7622/extended | 3 +++ configs/mediatek/mt7988a/extended | 3 +++ configs/qualcommax/ax3600/extended | 3 +++ configs/ramips/mt7621/extended | 3 +++ 9 files changed, 26 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d2a307..d045208 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,8 @@ RUN dnf -y install vim bash-completion bzip2 gcc gcc-c++ git make ncurses-devel python3-networkx python3-setuptools luajit2.1-luv libnghttp2-devel \ perl-Time-Piece perl-Test-CPAN-Meta-JSON net-snmp-libs && dnf clean all -RUN ln -s /usr/lib64/$(ls /usr/lib64/ | grep libbz2 | sort -r | head -n1) /usr/lib64/libbz2.so.1.0 && \ - ln -s /usr/lib64/$(ls /usr/lib64/ | grep libbz2 | sort -r | head -n1) /usr/lib64/libbz2.so.1 +RUN ln -s /usr/lib64/$(ls /usr/lib64/ | grep libbz2 | sort -r | head -n1) /usr/lib64/libbz2.so.1.0 || true ; \ + ln -s /usr/lib64/$(ls /usr/lib64/ | grep libbz2 | sort -r | head -n1) /usr/lib64/libbz2.so.1 || true RUN echo 'export PS1="[\u@\h \W]\$ "' >> /etc/skel/.bashrc ; \ useradd -rm -d /home/user -s /bin/bash -k /etc/skel user ; \ diff --git a/configs/ath79/generic/uap-ac-lr/extended b/configs/ath79/generic/uap-ac-lr/extended index ed0427a..e80ee8c 100644 --- a/configs/ath79/generic/uap-ac-lr/extended +++ b/configs/ath79/generic/uap-ac-lr/extended @@ -106,6 +106,9 @@ CONFIG_PACKAGE_collectd-mod-sensors=y CONFIG_PACKAGE_collectd-mod-wireless=y #CONFIG_PACKAGE_collectd-mod-dns=y +# some other network stats +CONFIG_PACKAGE_luci-app-vnstat2=y + ## dawn # CONFIG_PACKAGE_dawn=y # CONFIG_PACKAGE_luci-app-dawn=y diff --git a/configs/ath79/mikrotik/extended b/configs/ath79/mikrotik/extended index bbd2709..ca5c78c 100644 --- a/configs/ath79/mikrotik/extended +++ b/configs/ath79/mikrotik/extended @@ -87,6 +87,9 @@ CONFIG_PACKAGE_collectd-mod-sensors=y CONFIG_PACKAGE_collectd-mod-wireless=y #CONFIG_PACKAGE_collectd-mod-dns=y +# some other network stats +CONFIG_PACKAGE_luci-app-vnstat2=y + ## dawn # CONFIG_PACKAGE_dawn=y # CONFIG_PACKAGE_luci-app-dawn=y diff --git a/configs/lantiq/xrx200/extended b/configs/lantiq/xrx200/extended index 3d999a1..6806f73 100644 --- a/configs/lantiq/xrx200/extended +++ b/configs/lantiq/xrx200/extended @@ -59,3 +59,6 @@ CONFIG_PACKAGE_wpad-basic-mbedtls=m # collecd # CONFIG_PACKAGE_collectd=y + +# some other network stats +# CONFIG_PACKAGE_luci-app-vnstat2=y diff --git a/configs/mediatek/mt7622/dumb_ap b/configs/mediatek/mt7622/dumb_ap index 5d735bb..6d819b8 100644 --- a/configs/mediatek/mt7622/dumb_ap +++ b/configs/mediatek/mt7622/dumb_ap @@ -78,6 +78,9 @@ CONFIG_PACKAGE_collectd-mod-sensors=y CONFIG_PACKAGE_collectd-mod-wireless=y CONFIG_PACKAGE_collectd-mod-dns=y +# some other network stats +# CONFIG_PACKAGE_luci-app-vnstat2=y + # # dawn # CONFIG_PACKAGE_dawn=y # CONFIG_PACKAGE_luci-app-dawn=y diff --git a/configs/mediatek/mt7622/extended b/configs/mediatek/mt7622/extended index dbef8db..34705dc 100644 --- a/configs/mediatek/mt7622/extended +++ b/configs/mediatek/mt7622/extended @@ -89,6 +89,9 @@ CONFIG_PACKAGE_collectd-mod-sensors=y CONFIG_PACKAGE_collectd-mod-wireless=y CONFIG_PACKAGE_collectd-mod-dns=y +# some other network stats +CONFIG_PACKAGE_luci-app-vnstat2=y + ## dawn # CONFIG_PACKAGE_dawn=y # CONFIG_PACKAGE_luci-app-dawn=y diff --git a/configs/mediatek/mt7988a/extended b/configs/mediatek/mt7988a/extended index dfea6cc..f182cec 100644 --- a/configs/mediatek/mt7988a/extended +++ b/configs/mediatek/mt7988a/extended @@ -92,6 +92,9 @@ CONFIG_PACKAGE_collectd-mod-sensors=y CONFIG_PACKAGE_collectd-mod-wireless=y CONFIG_PACKAGE_collectd-mod-dns=y +# some other network stats +CONFIG_PACKAGE_luci-app-vnstat2=y + ## dawn # CONFIG_PACKAGE_dawn=y # CONFIG_PACKAGE_luci-app-dawn=y diff --git a/configs/qualcommax/ax3600/extended b/configs/qualcommax/ax3600/extended index 5880c1f..0aa9a35 100644 --- a/configs/qualcommax/ax3600/extended +++ b/configs/qualcommax/ax3600/extended @@ -89,6 +89,9 @@ CONFIG_PACKAGE_collectd-mod-sensors=y CONFIG_PACKAGE_collectd-mod-wireless=y CONFIG_PACKAGE_collectd-mod-dns=y +# some other network stats +CONFIG_PACKAGE_luci-app-vnstat2=y + ## dawn # CONFIG_PACKAGE_dawn=y # CONFIG_PACKAGE_luci-app-dawn=y diff --git a/configs/ramips/mt7621/extended b/configs/ramips/mt7621/extended index 6cd9f41..7cc8854 100644 --- a/configs/ramips/mt7621/extended +++ b/configs/ramips/mt7621/extended @@ -91,6 +91,9 @@ CONFIG_PACKAGE_collectd-mod-sensors=y CONFIG_PACKAGE_collectd-mod-wireless=y #CONFIG_PACKAGE_collectd-mod-dns=y +# some other network stats +CONFIG_PACKAGE_luci-app-vnstat2=y + ## dawn # CONFIG_PACKAGE_dawn=y # CONFIG_PACKAGE_luci-app-dawn=y