mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Change dnscrypt-proxy2 to unbound; add fping
This commit is contained in:
@@ -30,6 +30,7 @@ CONFIG_PACKAGE_ethtool-full=y
|
||||
CONFIG_PACKAGE_pciutils=y
|
||||
CONFIG_PACKAGE_irqbalance=y
|
||||
CONFIG_PACKAGE_luci-app-irqbalance=y
|
||||
CONFIG_PACKAGE_fping=y
|
||||
|
||||
# attendedsysupgrade / owut
|
||||
CONFIG_PACKAGE_owut=y
|
||||
@@ -37,18 +38,6 @@ CONFIG_PACKAGE_owut=y
|
||||
# use experimental kernel
|
||||
CONFIG_TESTING_KERNEL=y
|
||||
|
||||
## wireguard
|
||||
#CONFIG_PACKAGE_kmod-wireguard=y
|
||||
#CONFIG_PACKAGE_wireguard-tools=y
|
||||
#CONFIG_PACKAGE_luci-proto-wireguard=y
|
||||
#CONFIG_PACKAGE_qrencode=y
|
||||
|
||||
## https dns
|
||||
#CONFIG_PACKAGE_https-dns-proxy=y
|
||||
#CONFIG_PACKAGE_luci-app-https-dns-proxy=y
|
||||
#CONFIG_PACKAGE_libnghttp3=y
|
||||
#CONFIG_PACKAGE_libngtcp2=y
|
||||
|
||||
# collecd
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
CONFIG_PACKAGE_collectd=y
|
||||
|
||||
@@ -32,6 +32,7 @@ CONFIG_PACKAGE_pciutils=y
|
||||
# CONFIG_PACKAGE_luci-app-irqbalance=y
|
||||
CONFIG_PACKAGE_tc-full=y
|
||||
# CONFIG_PACKAGE_tc-tiny is not set
|
||||
CONFIG_PACKAGE_fping=y
|
||||
|
||||
# attendedsysupgrade / owut
|
||||
CONFIG_PACKAGE_owut=y
|
||||
@@ -51,7 +52,10 @@ 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_unbound-daemon=y
|
||||
CONFIG_PACKAGE_luci-app-unbound=y
|
||||
|
||||
# collecd
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
|
||||
@@ -30,9 +30,10 @@ CONFIG_PACKAGE_curl=y
|
||||
# CONFIG_PACKAGE_pciutils is not set
|
||||
CONFIG_PACKAGE_irqbalance=y
|
||||
CONFIG_PACKAGE_luci-app-irqbalance=y
|
||||
CONFIG_PACKAGE_fping=y
|
||||
|
||||
# attendedsysupgrade / owut
|
||||
# CONFIG_PACKAGE_owut is not set
|
||||
CONFIG_PACKAGE_owut=y
|
||||
# CONFIG_PACKAGE_auc is not set
|
||||
|
||||
# use experimental kernel
|
||||
@@ -46,7 +47,9 @@ CONFIG_PACKAGE_luci-proto-wireguard=y
|
||||
|
||||
## https dns
|
||||
# CONFIG_PACKAGE_dnscrypt-proxy2 is not set
|
||||
CONFIG_PACKAGE_https-dns-proxy=y
|
||||
# CONFIG_PACKAGE_https-dns-proxy is not set
|
||||
CONFIG_PACKAGE_unbound-daemon=y
|
||||
CONFIG_PACKAGE_luci-app-unbound=y
|
||||
|
||||
# collecd
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
|
||||
@@ -30,6 +30,7 @@ CONFIG_PACKAGE_curl=y
|
||||
# CONFIG_PACKAGE_pciutils is not set
|
||||
# CONFIG_PACKAGE_irqbalance is not set
|
||||
# CONFIG_PACKAGE_luci-app-irqbalance is not set
|
||||
CONFIG_PACKAGE_fping=y
|
||||
|
||||
# attendedsysupgrade / owut
|
||||
CONFIG_PACKAGE_owut=y
|
||||
@@ -38,15 +39,9 @@ CONFIG_PACKAGE_owut=y
|
||||
# use experimental kernel
|
||||
# CONFIG_TESTING_KERNEL is not set
|
||||
|
||||
## wireguard
|
||||
# CONFIG_PACKAGE_kmod-wireguard is not set
|
||||
# CONFIG_PACKAGE_wireguard-tools is not set
|
||||
# CONFIG_PACKAGE_luci-proto-wireguard is not set
|
||||
# CONFIG_PACKAGE_qrencode is not set
|
||||
|
||||
## https dns
|
||||
# CONFIG_PACKAGE_dnscrypt-proxy2 is not set
|
||||
CONFIG_PACKAGE_https-dns-proxy=y
|
||||
CONFIG_PACKAGE_unbound-daemon=y
|
||||
CONFIG_PACKAGE_luci-app-unbound=y
|
||||
|
||||
# collecd
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
|
||||
@@ -12,7 +12,8 @@ INSTALL_BRIDGER=${INSTALL_BRIDGER:-'false'}
|
||||
INSTALL_DAWN=${INSTALL_DAWN:-'true'}
|
||||
INSTALL_USTEER=${INSTALL_USTEER:-'false'}
|
||||
INSTALL_HTTPS_DNS_PROXY=${INSTALL_HTTPS_DNS_PROXY:-'false'}
|
||||
INSTALL_DNSCRYPT_PROXY2=${INSTALL_DNSCRYPT_PROXY2:-'true'}
|
||||
INSTALL_DNSCRYPT_PROXY2=${INSTALL_DNSCRYPT_PROXY2:-'false'}
|
||||
INSTALL_UNBOUND=${INSTALL_UNBOUND:-'true'}
|
||||
CRYPTO_LIB=${CRYPTO_LIB:-'openssl'} # wolfssl or openssl; if empty - mbedtls
|
||||
ADDITIONAL_DRIVERS=${ADDITIONAL_DRIVERS:-'kmod-mt7921e kmod-mt7921-common kmod-mt7921-firmware kmod-mt7925-common kmod-mt7925e'}
|
||||
INSTALL_LANG_PACKAGES=${INSTALL_LANG_PACKAGES:-'true'}
|
||||
@@ -76,6 +77,9 @@ if [[ "$DEVICE" =~ Main|main ]]; then
|
||||
if [[ "$INSTALL_DNSCRYPT_PROXY2" =~ True|true ]]; then
|
||||
PACKAGES="$PACKAGES dnscrypt-proxy2"
|
||||
fi
|
||||
if [[ "$INSTALL_UNBOUND" =~ True|true ]]; then
|
||||
PACKAGES="$PACKAGES unbound-daemon"
|
||||
fi
|
||||
fi
|
||||
|
||||
if ! [[ "$DEVICE" =~ Main|main ]] && [[ "$INSTALL_BRIDGER" =~ True|true ]]; then
|
||||
|
||||
Reference in New Issue
Block a user