From d11a1ee2ea800f6830f8a7d6973374dd69adf513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Wed, 18 Jan 2023 11:17:36 +0800 Subject: [PATCH] Remove unavailable packages --- .buildbot/openwrt/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 9813286..9051294 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -53,7 +53,7 @@ make image \ asterisk-res-rtp-asterisk \ asterisk-chan-quectel \ collectd collectd-mod-contextswitch collectd-mod-cpu \ - collectd-mod-cpufreq collectd-mod-curl \ + collectd-mod-curl \ collectd-mod-dhcpleases collectd-mod-disk \ collectd-mod-dns collectd-mod-entropy \ collectd-mod-ethstat collectd-mod-exec \ @@ -65,7 +65,7 @@ make image \ collectd-mod-nginx collectd-mod-ping \ collectd-mod-processes collectd-mod-protocols \ collectd-mod-sensors collectd-mod-smart \ - collectd-mod-smq collectd-mod-tcpconns \ + collectd-mod-tcpconns \ collectd-mod-thermal collectd-mod-uptime \ collectd-mod-users collectd-mod-vmem \ collectd-mod-wireless \