[openwrt/openwrt] CI: kernel: Build all kernel modules
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 10 12:30:19 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fed325f4633cb302a5f43c42285e8ab0fd144262
commit fed325f4633cb302a5f43c42285e8ab0fd144262
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Aug 8 22:57:59 2022 +0200
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 at hauke-m.de>
---
.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
More information about the lede-commits
mailing list