From 9801ad61eb6e6d054cd21d35374472e4058d1e63 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 31 Jan 2024 21:16:45 +0800 Subject: [PATCH] Testing --- .buildbot/openwrt/build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 8e6450f..ab8a2f8 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -41,10 +41,7 @@ echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config # Kernel modules -#make -B target/linux -make package/linux/download -make package/linux/prepare -make package/linux/compile +make kernel_oldconfig target/linux/clean target/linux/prepare ${MAKE} package/i2c-tools/compile make package/kmod-i2c-mux-pinctrl/compile