projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d67c9
)
CI: kernel: Build all kernel modules
author
Hauke Mehrtens
<
[email protected]
>
Mon, 8 Aug 2022 20:57:59 +0000
(22:57 +0200)
committer
Josef Schlehofer
<
[email protected]
>
Sun, 4 Dec 2022 15:26:59 +0000
(16:26 +0100)
Activate building all kernel modules.
This builds all kernel modules from the core packages and the feeds.
Signed-off-by: Hauke Mehrtens <
[email protected]
>
(cherry picked from commit
fed325f4633cb302a5f43c42285e8ab0fd144262
)
.github/workflows/kernel.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/kernel.yml
b/.github/workflows/kernel.yml
index addedb91fed74f9e20c926ed560b8b45b69968ff..05bc6ed8eeccf8ba1bd43528f77da4aa7f24ab74 100644
(file)
--- 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