diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-21 22:45:49 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-21 22:45:49 +0200 |
commit | 4ec2e3bb53ec57e3b64b4b49918a5e8f53e1eb97 (patch) | |
tree | 46586c924fb90b345f27b20e7800b2267846fe9d /package/busybox/busybox-1.18.x.config | |
parent | c74bce7de54ac631259982f8a78e4342a0ff637c (diff) |
busybox: busybox-1.18.x.config: enable blkid applet
Needed by usbmount.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.18.x.config')
-rw-r--r-- | package/busybox/busybox-1.18.x.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/busybox-1.18.x.config b/package/busybox/busybox-1.18.x.config index 4c43b7a78..502048d22 100644 --- a/package/busybox/busybox-1.18.x.config +++ b/package/busybox/busybox-1.18.x.config @@ -514,7 +514,7 @@ CONFIG_DEFAULT_DEPMOD_FILE="modules.dep" # CONFIG_REV is not set # CONFIG_ACPID is not set # CONFIG_FEATURE_ACPID_COMPAT is not set -# CONFIG_BLKID is not set +CONFIG_BLKID=y CONFIG_DMESG=y CONFIG_FEATURE_DMESG_PRETTY=y # CONFIG_FBSET is not set |