diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-28 21:45:57 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | a5cb8973496611b82d3e4caa3c95f6e6ba1367be (patch) | |
| tree | a138dcc2f84dc1a64b857b674d994d8e32629c29 /do_buildroot.sh | |
| parent | a77062ce3dc9a99ad0662010cc7eeb00dd5036a6 (diff) | |
Skeleton readme
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 00e9f54..ee2e1d9 100755 --- a/do_buildroot.sh +++ b/do_buildroot.sh @@ -22,7 +22,7 @@ overlay="$board/rootfs_overlay/" # Build configuration cp resources/buildroot.config "$BR/.config" -#cp resources/linux.config resources/busybox.config "$board" # Causes recompile +cp resources/linux.config resources/busybox.config "$board" # Causes recompile cp resources/{post-build,ct1986}.sh resources/genimage-raspberrypi0.cfg "$board" # Overlay filesystem |
