diff options
author | FreeArtMan <dos21h@gmail.com> | 2023-05-26 07:54:30 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2023-05-26 07:54:30 +0100 |
commit | c993e3007ecf72a7f5b45154bdeee801d8a3e2d5 (patch) | |
tree | 7adcb9c1b2d65055d2873db0c1b00291f5c32930 /create_tools/create_busybox.sh | |
parent | b619102d7c56a5d5080f4651ba131f6ccc6e8474 (diff) | |
download | os201-c993e3007ecf72a7f5b45154bdeee801d8a3e2d5.tar.gz os201-c993e3007ecf72a7f5b45154bdeee801d8a3e2d5.zip |
Update to kernel 5.15 and busybox 1.36
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 |