aboutsummaryrefslogtreecommitdiff
path: root/do_buildroot.sh
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-20 19:50:00 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitdf6a566cd30f26e14b76cfc6d4d5b71f5fef9081 (patch)
tree2c6b12f2cc9ce417d67aa7ec3f34afd65c9719e6 /do_buildroot.sh
parent822a73e84db9c1baa7ebe284c53b838e799e66bf (diff)
Working on better output + build system refinement
Diffstat (limited to 'do_buildroot.sh')
-rwxr-xr-xdo_buildroot.sh2
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"