diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-31 09:12:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-31 09:12:02 +0000 |
commit | 151743918d1cb706052ddc642a5190e9cb8cd5dc (patch) | |
tree | d964b0c7d17a1fca829abbc3fd85536e3d570c1b /sub/util-linux | |
parent | 8286add1116697498fe44b9de347476fa9a33833 (diff) | |
download | lh-bootstrap-151743918d1cb706052ddc642a5190e9cb8cd5dc.tar.xz |
Update versions (save kernel) to current for 2017-10-31; replace mdev with mdevd
Diffstat (limited to 'sub/util-linux')
-rw-r--r-- | sub/util-linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/util-linux/Makefile b/sub/util-linux/Makefile index 77af399..01e720f 100644 --- a/sub/util-linux/Makefile +++ b/sub/util-linux/Makefile @@ -6,7 +6,7 @@ UTLX_NAME := util-linux -UTLX_VERSION := 2.29.2 +UTLX_VERSION := 2.31 UTLX_MAJOR := $(word 1, $(subst ., ,$(UTLX_VERSION))) UTLX_MINOR := $(word 2, $(subst ., ,$(UTLX_VERSION))) UTLX_URLDIR := https://cdn.kernel.org/pub/linux/utils/$(UTLX_NAME)/v$(UTLX_MAJOR).$(UTLX_MINOR) |