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 <hauke@hauke-m.de>
(cherry picked from commit fed325f463)
This commit is contained in:
Hauke Mehrtens 2022-08-08 22:57:59 +02:00 committed by Josef Schlehofer
parent 93d67c96a6
commit 5978ab409c
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 3 additions and 0 deletions

View File

@ -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