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/musl/Makefile | |
parent | 524ce52adb7bbcf127251ef4f021f0bf7cb3611e (diff) | |
download | lh-bootstrap-0c2dd45bb46a689611bc8c568103c7011ec3ad06.tar.xz |
Update kernel, musl and busybox versions
Diffstat (limited to 'sub/musl/Makefile')
-rw-r--r-- | sub/musl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sub/musl/Makefile b/sub/musl/Makefile index 013c9f6..5bf2a2b 100644 --- a/sub/musl/Makefile +++ b/sub/musl/Makefile @@ -1,7 +1,8 @@ MUSL_BASE ?= /opt/musl-git -# Version from 2017-05-22 -MUSL_VERSION := f9f686b7721e2cc35e20fa5c6df6da2dc4ac3f50 +# Version from 2017-07-17 +MUSL_VERSION := a08910fc2cc739f631b75b2d09b8d72a0d64d285 + # Build-build |