From 8c722b1e2d081b64a61576a7630ca9dda35c9c88 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 31 Jan 2024 18:37:19 +0800 Subject: [PATCH] Testing --- .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 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}