diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 699ed22..ae7489e 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -36,7 +36,7 @@ make defconfig echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config # Kernel modules -make target/linux +make target/linux/bcm27xx/bcm2711 ${MAKE} package/i2c-tools/compile make package/kmod-i2c-mux-pinctrl/compile @@ -48,7 +48,7 @@ ${MAKE} package/asterisk-chan-quectel/compile ${MAKE} package/collectd/compile # Kernel image -make target/linux +make target/linux/bcm27xx/bcm2711 sdkdir=$(pwd) cd ${pwd}