From fed325f4633cb302a5f43c42285e8ab0fd144262 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 8 Aug 2022 22:57:59 +0200 Subject: [PATCH] CI: kernel: Build all kernel modules Activate building all kernel modules. This builds all kernel modules from the core packages and the feeds. Signed-off-by: Hauke Mehrtens --- .github/workflows/kernel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml index addedb91fe..05bc6ed8ee 100644 --- a/.github/workflows/kernel.yml +++ b/.github/workflows/kernel.yml @@ -118,8 +118,11 @@ jobs: shell: su buildbot -c "sh -e {0}" working-directory: openwrt run: | + echo CONFIG_ALL_KMODS=y >> .config + ./scripts/ext-toolchain.sh \ --toolchain ${{ env.TOOLCHAIN_FILE }}/toolchain-* \ + --overwrite-config \ --config ${{ env.TARGET }}/${{ env.SUBTARGET }} make defconfig -- 2.30.2