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)