diff --git a/configs/common/main-router b/configs/common/main-router index e7db052..7478159 100644 --- a/configs/common/main-router +++ b/configs/common/main-router @@ -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 diff --git a/openwrt-configure.sh b/openwrt-configure.sh index 6063e02..246824a 100755 --- a/openwrt-configure.sh +++ b/openwrt-configure.sh @@ -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