try to optimize kernel build config

This commit is contained in:
klever
2020-03-19 19:47:32 +01:00
parent 079fac132e
commit b7a40f18e2

View File

@@ -5,7 +5,7 @@ on:
branches: branches:
- master - master
paths: paths:
- '.github/workflows/r2s_lienol_from_lean.yml_' - '.github/workflows/r2s_lienol_from_lean.yml'
# schedule: # schedule:
# - cron: '30 12 * * *' # - cron: '30 12 * * *'
@@ -49,6 +49,7 @@ jobs:
- name: Patch Kernel - name: Patch Kernel
run: | run: |
. patch_kernel_5.4.22.sh . patch_kernel_5.4.22.sh
sed -i -r 's/# (CONFIG_.*_ERRATUM_.*?) is.*/\1=y/g' kernel/arch/arm64/configs/nanopi-r2_linux_defconfig
- name: Mods - name: Mods
run: | run: |