diff options
author | FreeArtMan <dos21h@gmail.com> | 2020-06-27 18:28:27 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2020-06-27 18:28:27 +0100 |
commit | 1cfff42d7eb23b69510c95ae42bddf8829d84a92 (patch) | |
tree | 4b111d286ff56d15d950c751b6ef9e14ea1f060a /create_tools | |
parent | 72adc5af0120323edb2505477e1aa8951e000916 (diff) | |
download | os201-1cfff42d7eb23b69510c95ae42bddf8829d84a92.tar.gz os201-1cfff42d7eb23b69510c95ae42bddf8829d84a92.zip |
Update busybox
Diffstat (limited to 'create_tools')
-rwxr-xr-x | create_tools/create_busybox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create_tools/create_busybox.sh b/create_tools/create_busybox.sh index aa36281..f020316 100755 --- a/create_tools/create_busybox.sh +++ b/create_tools/create_busybox.sh @@ -1,7 +1,7 @@ #!/bin/dash SOURCE_DIR=src -BUSYBOX_VERSION=1.29.2 +BUSYBOX_VERSION=1.31.1 OUT_DIRECTORY=out |