diff options
author | Rob Landley | 2005-12-17 10:52:30 +0000 |
---|---|---|
committer | Rob Landley | 2005-12-17 10:52:30 +0000 |
commit | b56c285da56b26d9dae57b20477554dbdb33e460 (patch) | |
tree | befeb775e0de7d70c5b638cedbc7276ab59da8eb /util-linux/Config.in | |
parent | 1a78103306e149321c6509514ea350c822815f3f (diff) | |
download | busybox-b56c285da56b26d9dae57b20477554dbdb33e460.zip busybox-b56c285da56b26d9dae57b20477554dbdb33e460.tar.gz |
Added /etc/mdev.conf support. Adds about 1.9k to mdev.
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 5ab54e0..bf3e13b 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -254,7 +254,7 @@ config CONFIG_MDEV have it handle hotplug events afterwards. Device names are taken from sysfs. -config CONFIG_FEATURE_MDEV_CONFIG +config CONFIG_FEATURE_MDEV_CONF bool " Support /etc/mdev.conf" default n depends on CONFIG_MDEV |