From dc15708ee027128b76e9a98fe48ddb312d004e28 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Sat, 10 Jun 2023 03:05:27 +0300 Subject: [PATCH] Bundle asterisk packages only into sensing images --- .buildbot/openwrt/build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 68b8333..3e0f8db 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -63,11 +63,6 @@ PACKAGES="kmod-i2c-bcm2835 kmod-i2c-mux kmod-i2c-mux-pinctrl \ alsa-lib pciutils usbutils \ kmod-usb-net-qmi-wwan libqmi qmi-utils uqmi luci-proto-qmi \ shadow-usermod \ - asterisk \ - asterisk-app-sms asterisk-pjsip asterisk-bridge-simple \ - asterisk-codec-alaw asterisk-codec-ulaw \ - asterisk-res-rtp-asterisk \ - asterisk-chan-quectel \ ca-certificates \ collectd collectd-mod-contextswitch collectd-mod-cpu \ collectd-mod-curl collectd-mod-df \ @@ -153,7 +148,12 @@ git apply ${pwd}/patches/overlay-add.patch popd make image PROFILE=${PROFILE} \ - PACKAGES="${PACKAGES}" DISABLED_SERVICES="dropbear" FILES="files" || exit 1 + PACKAGES="${PACKAGES} asterisk \ + asterisk-app-sms asterisk-pjsip asterisk-bridge-simple \ + asterisk-codec-alaw asterisk-codec-ulaw \ + asterisk-res-rtp-asterisk \ + asterisk-chan-quectel" \ + DISABLED_SERVICES="dropbear" FILES="files" || exit 1 mv ${IMAGE_PATH}-squashfs-factory.img.gz ${IMAGE_PATH}-squashfs-factory-sensing.img.gz mv ${IMAGE_PATH}-squashfs-sysupgrade.img.gz ${IMAGE_PATH}-squashfs-sysupgrade-sensing.img.gz