From 42a0b26398aafcea20776df10340433e01e5f590 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 31 Jan 2024 19:02:13 +0800 Subject: [PATCH] Testing --- .buildbot/openwrt/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index b6fd752..bbdaa13 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -41,8 +41,7 @@ echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config # Kernel modules -touch target/linux/${OPENWRT_TARGET}/Makefile -make target/linux +TARGET_BUILD=1 make target/linux ${MAKE} package/i2c-tools/compile make package/kmod-i2c-mux-pinctrl/compile @@ -54,7 +53,7 @@ ${MAKE} package/asterisk-chan-quectel/compile ${MAKE} package/collectd/compile # Kernel image -make target/linux +TARGET_BUILD=1 make target/linux sdkdir=$(pwd) cd ${pwd}