From 47519b4428c6faecd6e51b2809095f53bd3a0b81 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Wed, 20 Jan 2021 15:08:29 -0500 Subject: Infrastructure more or less set up! It remains to tweak ct1986.c and add a .login file to autorun stuff! --- do_buildroot.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'do_buildroot.sh') diff --git a/do_buildroot.sh b/do_buildroot.sh index f45b6bc..f8ba69d 100755 --- a/do_buildroot.sh +++ b/do_buildroot.sh @@ -12,9 +12,9 @@ for dir in $dirs; do fi done -cp ctaklm ct1986 "$overlay/usr/bin" +cp resources/config-buildroot "$BR/.config" +cp resources/ct1986.sh resources/genimage-raspberrypi0.cfg resources/linux.config "$board" -cp config-buildroot "$BR/.config" +cp ctaklm ct1986 "$overlay/usr/bin" -cd "$BR" -make +cd "$BR" && make -- cgit v1.3.1