From 91a1417638cf5f92bf12d089c08579b658f25aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Wed, 21 Dec 2022 09:24:29 +0800 Subject: [PATCH] Add image creation --- .buildbot/openwrt/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index c846108..0c7473d 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -18,6 +18,14 @@ cd openwrt-imagebuilder-*/ make info +make image \ + PROFILE=rpi-4 \ + PACKAGES="kmod-rtc-ds1307 + kmod-ltq-tapi kmod-ltq-vmmc kmod-ltq-ifxos asterisk + asterisk-pjsip asterisk-bridge-simple + asterisk-codec-alaw asterisk-codec-ulaw + asterisk-res-rtp-asterisk asterisk-chan-lantiq" + # check RTC # kmod-rtc-ds1307