mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Add luci-app-vnstat2 package to some configs
This commit is contained in:
@@ -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 ; \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user