diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index b2872e4..2bc2cec 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -131,6 +131,18 @@ make image PROFILE=${PROFILE} \ mv ${IMAGE_PATH}-squashfs-factory.img.gz ${IMAGE_PATH}-squashfs-factory-dualeth.img.gz mv ${IMAGE_PATH}-squashfs-sysupgrade.img.gz ${IMAGE_PATH}-squashfs-sysupgrade-dualeth.img.gz +sed -i "s|,i2c_csi_dsi||g" ${BOOTSOURCE}/current.txt + +make image PROFILE=${PROFILE} \ + PACKAGES=" \ + ${PACKAGES} kmod-ata-ahci smartmontools hdparm fdisk parted \ + kmod-hwmon-drivetemp btrfs-progs kmod-fs-btrfs cryptsetup" \ + DISABLED_SERVICES="dropbear" FILES="files" || exit 1 + +mv ${IMAGE_PATH}-squashfs-factory.img.gz ${IMAGE_PATH}-squashfs-factory-waveshare.img.gz +mv ${IMAGE_PATH}-squashfs-sysupgrade.img.gz ${IMAGE_PATH}-squashfs-sysupgrade-waveshare.img.gz + + cp ${pwd}/overlays/sensing.txt ${BOOTSOURCE}/current.txt cp ${pwd}/overlays/*.dtbo ${OVERLAYSOURCE} cp config.txt ${BOOTCONFIG}