diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-20 16:56:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-20 16:56:11 +0000 |
commit | 88eac458c194700245f33eed835dd6bf5f71698f (patch) | |
tree | 775e6728ca411cc004e912e7f9dfcfe533812e7d /sub/busybox/Makefile | |
parent | fa13b46812801bbd9f5562d52810e278cf7fdaef (diff) | |
download | lh-bootstrap-88eac458c194700245f33eed835dd6bf5f71698f.tar.xz |
Small incremental build fixes (4)
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 e362ff0..d516be0 100644 --- a/sub/busybox/Makefile +++ b/sub/busybox/Makefile @@ -1,5 +1,5 @@ -# Version from 2020-01-03 -BUSYBOX_VERSION := bd754746394a382e04d116df02547f61b2026da9 +# Version from 2020-01-20 +BUSYBOX_VERSION := 020abc8856f94d6e355f4daa972ac75fb05ae113 clean-busybox: rm -f $(OUTPUT)/sources/.lh_bb_cloned |