diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 02:28:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 02:28:19 +0000 |
commit | 42672f7dae736df9b800d95f5b4c2826fa85b68e (patch) | |
tree | 114dc63b55d4d71527bd773aff5cf165ea2b246c /sub/busybox/Makefile | |
parent | 8569ea6c3cade6d585668bede4ef483a8bdff3fd (diff) | |
download | lh-bootstrap-42672f7dae736df9b800d95f5b4c2826fa85b68e.tar.xz |
Update for kernel-4.14.13 and mdevd-0.1.0.0
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 b6bf356..4939c50 100644 --- a/sub/busybox/Makefile +++ b/sub/busybox/Makefile @@ -1,5 +1,5 @@ -# Version from 2017-07-17 -BUSYBOX_VERSION := b95ee96e7528554fc3ee2c48fbd59d75c59148db +# Version from 2018-01-16 +BUSYBOX_VERSION := c0fab1ba496e27168898c0e74d8e3d11b9902999 clean-busybox: rm -f $(OUTPUT)/sources/.lh_bb_cloned |