diff options
-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 |