1
0
Fork 0
caffyBoot/rebuild-kernel.sh

11 lines
141 B
Bash
Raw Normal View History

2019-05-21 09:29:44 -04:00
#!/bin/sh
set -e
BUILDROOT=buildroot-2018.08
# Force rebuild of Linux kernel
make -C $BUILDROOT linux-dirclean
./build-berryboot.sh "$@"