diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-20 19:50:00 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | df6a566cd30f26e14b76cfc6d4d5b71f5fef9081 (patch) | |
| tree | 2c6b12f2cc9ce417d67aa7ec3f34afd65c9719e6 /do_buildroot.sh | |
| parent | 822a73e84db9c1baa7ebe284c53b838e799e66bf (diff) | |
Working on better output + build system refinement
Diffstat (limited to 'do_buildroot.sh')
| -rwxr-xr-x | do_buildroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/do_buildroot.sh b/do_buildroot.sh index f8ba69d..1e50bda 100755 --- a/do_buildroot.sh +++ b/do_buildroot.sh @@ -13,7 +13,7 @@ for dir in $dirs; do done cp resources/config-buildroot "$BR/.config" -cp resources/ct1986.sh resources/genimage-raspberrypi0.cfg resources/linux.config "$board" +cp resources/{post-build,ct1986}.sh resources/genimage-raspberrypi0.cfg resources/linux.config "$board" cp ctaklm ct1986 "$overlay/usr/bin" |
