From 2f49e290ddfa42ebcfcb9c86161506b872896c8c Mon Sep 17 00:00:00 2001 From: SolidHal Date: Thu, 21 Jun 2018 22:53:56 -0500 Subject: [PATCH] Set to defaults for all new kernel options --- buildKernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildKernel.sh b/buildKernel.sh index 1e41235..dc5c85a 100755 --- a/buildKernel.sh +++ b/buildKernel.sh @@ -18,7 +18,7 @@ make mrproper # a kernel upgrade sed s/'SUBLEVEL = .*'/'SUBLEVEL = 0'/ -i Makefile cp ../config .config -make -j `grep ^processor /proc/cpuinfo | wc -l` CROSS_COMPILE=arm-none-eabi- ARCH=arm zImage modules dtbs +make -j `grep ^processor /proc/cpuinfo | wc -l` olddefconfig CROSS_COMPILE=arm-none-eabi- ARCH=arm zImage modules dtbs [ ! -h kernel.its ] && ln -s ../kernel.its . mkimage -D "-I dts -O dtb -p 2048" -f kernel.its vmlinux.uimg dd if=/dev/zero of=bootloader.bin bs=512 count=1