From b32b9662df7e7908ae533a39f4ccb538a7123960 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 1 Feb 2022 11:11:55 -0800 Subject: [PATCH] aeeon/i11: update to 5.17 Signed-off-by: Ronald G. Minnich --- mainboards/aeeon/i11/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainboards/aeeon/i11/Makefile b/mainboards/aeeon/i11/Makefile index 22da271..6570eb7 100644 --- a/mainboards/aeeon/i11/Makefile +++ b/mainboards/aeeon/i11/Makefile @@ -172,10 +172,10 @@ cpukernel: cpu.cpio.lzma cpu.config # KERNEL=ubuntu-bionic-up KERNEL=linux -#CONFIG=cpuflash-5.17.0.config +CONFIG=cpuflash-5.17.0.config #CONFIG=cpuflash-5.4.0.config #CONFIG=cpuflash.config -CONFIG=cpu-5.14.config +#CONFIG=cpu-5.14.config cpuflashkernel: cpu.cpio $(CONFIG) cp $(CONFIG) $(KERNEL)/.config (cd $(KERNEL) && make oldconfig && make -j32)