[openwrt/openwrt] CI: kernel: Build all kernel modules
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 4 07:37:16 PST 2022
ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/5978ab409c6be3190f4d1c053dfe31cdea387754
commit 5978ab409c6be3190f4d1c053dfe31cdea387754
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>
(cherry picked from commit fed325f4633cb302a5f43c42285e8ab0fd144262)
---
.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