diff options
| author | Patrick Meyer <meyerpatrick@google.com> | 2022-04-19 19:03:33 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-04-20 14:05:46 +0200 |
| commit | 160a3f3118d82da4823a377a805c3a162f23dcda (patch) | |
| tree | 8c7434041f5d99097431afb509c8a01b98622ec1 /tools/create-buildroot-image.sh | |
| parent | 7d7bc7384ef404234239532c5c2a9af81b020152 (diff) | |
tools: fix create-buildroot-image.sh for AMD64
Diffstat (limited to 'tools/create-buildroot-image.sh')
| -rwxr-xr-x | tools/create-buildroot-image.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create-buildroot-image.sh b/tools/create-buildroot-image.sh index f1ec346c7..c2c4aa245 100755 --- a/tools/create-buildroot-image.sh +++ b/tools/create-buildroot-image.sh @@ -233,6 +233,7 @@ case "$TARGETARCH" in ;; esac +touch post_image_script.sh # only created for some archs chmod u+x rootfs_script.sh post_image_script.sh make olddefconfig |
