projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b120e78
)
CI: kernel: Build all kernel modules
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 8 Aug 2022 20:57:59 +0000
(22:57 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 10 Aug 2022 19:29:06 +0000
(21:29 +0200)
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>
.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