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>
This commit is contained in:
parent
b120e78917
commit
fed325f463
3
.github/workflows/kernel.yml
vendored
3
.github/workflows/kernel.yml
vendored
@ -118,8 +118,11 @@ jobs:
|
|||||||
shell: su buildbot -c "sh -e {0}"
|
shell: su buildbot -c "sh -e {0}"
|
||||||
working-directory: openwrt
|
working-directory: openwrt
|
||||||
run: |
|
run: |
|
||||||
|
echo CONFIG_ALL_KMODS=y >> .config
|
||||||
|
|
||||||
./scripts/ext-toolchain.sh \
|
./scripts/ext-toolchain.sh \
|
||||||
--toolchain ${{ env.TOOLCHAIN_FILE }}/toolchain-* \
|
--toolchain ${{ env.TOOLCHAIN_FILE }}/toolchain-* \
|
||||||
|
--overwrite-config \
|
||||||
--config ${{ env.TARGET }}/${{ env.SUBTARGET }}
|
--config ${{ env.TARGET }}/${{ env.SUBTARGET }}
|
||||||
|
|
||||||
make defconfig
|
make defconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user