From 1e60f1fd335da23463fafcfe15e1c0f8e31ab21a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Thu, 23 Feb 2023 11:19:59 +0800 Subject: [PATCH] Remove adguard and DoH - adguard needs manual setup and the install UI is exposed by default - I would like to test DoH first, I suspect it's interfering with NTP during boot (sysntpd needs to be restarted manually to work, strace found that it can't resolve if started from init) --- .buildbot/openwrt/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index eb75651..10b9156 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -62,7 +62,6 @@ PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \ alsa-lib pciutils usbutils \ kmod-usb-net-qmi-wwan libqmi qmi-utils uqmi luci-proto-qmi \ shadow-usermod \ - adguardhome \ asterisk \ asterisk-app-sms asterisk-pjsip asterisk-bridge-simple \ asterisk-codec-alaw asterisk-codec-ulaw \ @@ -87,7 +86,7 @@ PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \ collectd-mod-users collectd-mod-vmem \ collectd-mod-wireless \ curl etherwake fail2ban \ - luci-app-https-dns-proxy luci-app-mwan3 luci-app-upnp \ + luci-app-mwan3 luci-app-upnp \ luci-ssl-nginx luci-app-acme \ python3-packages python3-yaml \ wireguard-tools wget-ssl \