diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-21 20:46:28 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 8461e5ebea6e899eb0643f34ff03d7797d1441bf (patch) | |
| tree | 38518e28192a113dee1ef4821247a0a2ca3c8cc1 /do_buildroot.sh | |
| parent | e54f496ce4acab029d95506736539c7f296cbbc8 (diff) | |
Starting work on LCD library
Diffstat (limited to 'do_buildroot.sh')
| -rwxr-xr-x | do_buildroot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
