From 8461e5ebea6e899eb0643f34ff03d7797d1441bf Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Thu, 21 Jan 2021 20:46:28 -0500 Subject: Starting work on LCD library --- do_buildroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'do_buildroot.sh') diff --git a/do_buildroot.sh b/do_buildroot.sh index 1d26106..40c3f0b 100755 --- a/do_buildroot.sh +++ b/do_buildroot.sh @@ -7,8 +7,8 @@ overlay="$board/rootfs_overlay/" # Build configuration cp resources/buildroot.config "$BR/.config" -# resources/linux.config -cp resources/{post-build,ct1986}.sh resources/genimage-raspberrypi0.cfg resources/busybox.config "$board" +#cp resources/linux.config resources/busybox.config "$board" # Causes recompile +cp resources/{post-build,ct1986}.sh resources/genimage-raspberrypi0.cfg "$board" # Overlay filesystem dirs="/usr/bin" -- cgit v1.3.1