diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-09-07 15:55:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-09-07 15:55:28 +0000 |
commit | bac02c00022880fa3ae6c966edd88d0d55c931ae (patch) | |
tree | e80c3df7a2d14ccb1e8c2d347280f9162c7930c9 /sub/busybox/Makefile | |
parent | 04234adb0be292193c36470121589c7007ff564e (diff) | |
download | lh-bootstrap-bac02c00022880fa3ae6c966edd88d0d55c931ae.tar.xz |
Apply some of the j_v changes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/busybox/Makefile')
-rw-r--r-- | sub/busybox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/busybox/Makefile b/sub/busybox/Makefile index 95491dd..cb5ef8b 100644 --- a/sub/busybox/Makefile +++ b/sub/busybox/Makefile @@ -1,5 +1,5 @@ -# Version from 2023-02-10 -BUSYBOX_VERSION := 93ae7464e6e460f25b73e4ffefd2d9a6499eae30 +# Version from 2024-07-14 +BUSYBOX_VERSION := 371fe9f71d445d18be28c82a2a6d82115c8af19d clean-busybox: rm -f $(OUTPUT)/sources/.lh_bb_cloned |