[openwrt/openwrt] CI: kernel: Build all kernel modules

LEDE Commits lede-commits at lists.infradead.org
Sun Dec 4 08:37:23 PST 2022


ansuel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/1f13c8cd24ccf23b8d00424b032b225e11050d27

commit 1f13c8cd24ccf23b8d00424b032b225e11050d27
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