From b48eab16817f104f7ce24edc8dcba60bbad20e81 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 11 Dec 2020 09:26:38 -0500 Subject: busybox: Enable blkid --- diff --git a/changelog b/changelog index 8ea7ef6..5dde0be 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +config-x60 (2.4) trunk + + * config-busybox-x60: Enable blkid (will be used by lilo). + + -- Patrick McDermott Fri, 11 Dec 2020 09:26:27 -0500 + config-x60 (2.3) trunk * config-busybox-x60: Enable od and mountpoint. diff --git a/src/build/busybox_1.32.0/config b/src/build/busybox_1.32.0/config index 37df5b1..0896fc3 100644 --- a/src/build/busybox_1.32.0/config +++ b/src/build/busybox_1.32.0/config @@ -585,7 +585,7 @@ CONFIG_DEFAULT_DEPMOD_FILE="" # CONFIG_ACPID is not set # CONFIG_FEATURE_ACPID_COMPAT is not set # CONFIG_BLKDISCARD is not set -# CONFIG_BLKID is not set +CONFIG_BLKID=y # CONFIG_FEATURE_BLKID_TYPE is not set # CONFIG_BLOCKDEV is not set CONFIG_CAL=y -- cgit v0.9.1