diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-20 15:08:29 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 47519b4428c6faecd6e51b2809095f53bd3a0b81 (patch) | |
| tree | b41a99d0fe008cfb497eac4d05b7fd343ffce32c /do_buildroot.sh | |
| parent | c81898d6a760e2057f0933c9da6160702a4d0f61 (diff) | |
Infrastructure more or less set up!
It remains to tweak ct1986.c and add a .login file to autorun stuff!
Diffstat (limited to 'do_buildroot.sh')
| -rwxr-xr-x | do_buildroot.sh | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
