From: Hauke Mehrtens Date: Mon, 8 Aug 2022 20:57:59 +0000 (+0200) Subject: CI: kernel: Build all kernel modules X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fed325f4633cb302a5f43c42285e8ab0fd144262;p=openwrt%2Fstaging%2Fneocturne.git 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 --- 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