diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-07-17 20:18:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-07-17 20:18:48 +0000 |
commit | 0c2dd45bb46a689611bc8c568103c7011ec3ad06 (patch) | |
tree | 6f02c4999ce21c065dcbf88199c5a53001f103f7 /sub/busybox/Makefile | |
parent | 524ce52adb7bbcf127251ef4f021f0bf7cb3611e (diff) | |
download | lh-bootstrap-0c2dd45bb46a689611bc8c568103c7011ec3ad06.tar.xz |
Update kernel, musl and busybox versions
Diffstat (limited to 'sub/busybox/Makefile')
-rw-r--r-- | sub/busybox/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sub/busybox/Makefile b/sub/busybox/Makefile index 69d3d53..67db618 100644 --- a/sub/busybox/Makefile +++ b/sub/busybox/Makefile @@ -1,8 +1,5 @@ -# Version from 2017-04-07 -# BUSYBOX_VERSION := 1140bf39ab113aefee8079755fac618bf6314db6 - -# Version from 2017-05-22 -BUSYBOX_VERSION := f5470419404d643070db99d058405b714695b817 +# Version from 2017-07-17 +BUSYBOX_VERSION := b95ee96e7528554fc3ee2c48fbd59d75c59148db clean-busybox: rm -f $(OUTPUT)/sources/.lh_bb_cloned |