diff options
Diffstat (limited to 'create_tools/create_busybox.sh')
-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 f020316..35bb83d 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.31.1 +BUSYBOX_VERSION=1.36.1 OUT_DIRECTORY=out |