aeeon/i11: update to 5.17

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Ronald G. Minnich 2022-02-01 11:11:55 -08:00 committed by ron minnich
parent 5078d716b1
commit b32b9662df

View File

@ -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)