diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-18 23:14:12 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 82d679ab5fa43c33ae52fe7b66d7c358f6046a45 (patch) | |
| tree | fdb42bd3647c7c2934ec29d32aedbdf8b16d28fe /do_buildroot.sh | |
| parent | 10dcfac23be0a8cab39efaaf63abecf098c993db (diff) | |
First steps towards character LCD
Diffstat (limited to 'do_buildroot.sh')
| -rwxr-xr-x | do_buildroot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/do_buildroot.sh b/do_buildroot.sh index faa0724..a56bfde 100755 --- a/do_buildroot.sh +++ b/do_buildroot.sh @@ -20,5 +20,6 @@ fi cp buildroot-config "$BR/.config" cp ctaklm "$usrbin/" +cp ct1986 "$usrbin/" cd "$BR" make |
