diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-11 09:26:38 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-11 09:26:38 (EST) |
commit | b48eab16817f104f7ce24edc8dcba60bbad20e81 (patch) | |
tree | 459a54c72cb10fa4a33e7e4d315d53e31e6cd6d8 | |
parent | 8f342fb633ce0dd5441ce57dedd374b50f83a6a0 (diff) |
busybox: Enable blkid
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | src/build/busybox_1.32.0/config | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +config-x60 (2.4) trunk + + * config-busybox-x60: Enable blkid (will be used by lilo). + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> 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 |