diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 00:23:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 00:23:55 +0000 |
commit | 4c062a90a472644ac5627f3c1474da1b167c4206 (patch) | |
tree | c52d336bc9235e487cd2a7007d763bd774fb8ab8 /sub/busybox | |
parent | b796ef65d0e07ae86c34567d3913bfd81d506210 (diff) | |
download | lh-bootstrap-4c062a90a472644ac5627f3c1474da1b167c4206.tar.xz |
Update bb and kernel configs
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/busybox')
-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 6d5d754..f5aa991 100644 --- a/sub/busybox/Makefile +++ b/sub/busybox/Makefile @@ -1,5 +1,5 @@ -# Version from 2023-01-05 -BUSYBOX_VERSION := f15dfd86c4fba78881071dd0f5c63466fa9737a2 +# Version from 2023-02-10 +BUSYBOX_VERSION := 93ae7464e6e460f25b73e4ffefd2d9a6499eae30 clean-busybox: rm -f $(OUTPUT)/sources/.lh_bb_cloned |