mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Temporary move back to SQM and stubby
Signed-off-by: Daniel Pawlik <pawlik.dan@gmail.com>
This commit is contained in:
@@ -51,9 +51,9 @@ CONFIG_PACKAGE_qrencode=y
|
||||
# CONFIG_PACKAGE_libnghttp3 is not set
|
||||
# CONFIG_PACKAGE_libngtcp2 is not set
|
||||
|
||||
CONFIG_PACKAGE_dnscrypt-proxy2=y
|
||||
# CONFIG_PACKAGE_dnscrypt-proxy2=y
|
||||
|
||||
# CONFIG_PACKAGE_stubby=y
|
||||
CONFIG_PACKAGE_stubby=y
|
||||
|
||||
# CONFIG_PACKAGE_adguardhome=y
|
||||
|
||||
@@ -83,16 +83,16 @@ CONFIG_PACKAGE_collectd-mod-dns=y
|
||||
# CONFIG_PACKAGE_usteer=y
|
||||
# CONFIG_PACKAGE_luci-app-usteer=y
|
||||
|
||||
# SQM
|
||||
# CONFIG_PACKAGE_luci-app-sqm=y
|
||||
# CONFIG_PACKAGE_sqm-scripts=y
|
||||
# CONFIG_PACKAGE_ip6tables-nft=y
|
||||
|
||||
# enable irqbalance when SW Offload enabled becuase of wifi calling
|
||||
CONFIG_PACKAGE_irqbalance=y
|
||||
CONFIG_PACKAGE_luci-app-irqbalance=y
|
||||
|
||||
CONFIG_PACKAGE_qosify=y
|
||||
# SQM
|
||||
CONFIG_PACKAGE_luci-app-sqm=y
|
||||
CONFIG_PACKAGE_sqm-scripts=y
|
||||
CONFIG_PACKAGE_ip6tables-nft=y
|
||||
|
||||
# Qosify
|
||||
# CONFIG_PACKAGE_qosify=y
|
||||
CONFIG_PACKAGE_kmod-ifb=y
|
||||
CONFIG_PACKAGE_kmod-sched-bpf=y
|
||||
CONFIG_PACKAGE_kmod-sched-cake=y
|
||||
|
||||
@@ -20,7 +20,7 @@ CRYPTO_LIB=${CRYPTO_LIB:-'openssl'} # wolfssl or openssl; if empty - mbedtls
|
||||
ADDITIONAL_PACKAGES=${ADDITIONAL_PACKAGES:-'bmon rsync bind-dig ethtool-full pciutils tcpdump iperf3 vim'}
|
||||
INSTALL_LANG_PACKAGES=${INSTALL_LANG_PACKAGES:-'true'}
|
||||
INSTALL_MINIMUM_PACKAGES=${INSTALL_MINIMUM_PACKAGES:-'false'}
|
||||
SQM_TOOL=${SQM_TOOL:-'qosify'} # qosify or luci-app-sqm
|
||||
SQM_TOOL=${SQM_TOOL:-'luci-app-sqm'} # qosify or luci-app-sqm
|
||||
SPEEDTEST_TOOLS=${SPEEDTEST_TOOLS:='librespeed-go'} # librespeed-go
|
||||
|
||||
if [ -z "$ROUTER_IP" ]; then
|
||||
|
||||
Reference in New Issue
Block a user