diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-12-24 11:17:51 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-02 22:49:44 +0100 |
commit | b12dfaf15cd9c1df55eed225754389303f76b013 (patch) | |
tree | 57bfe6fa1d77876ab3f66a23f7e1fa458d0acb41 /package/busybox/busybox-1.16.x.config | |
parent | 2d75c7927f044e9e847f7f91db9365e8b711bb2b (diff) | |
download | buildroot-novena-b12dfaf15cd9c1df55eed225754389303f76b013.tar.gz buildroot-novena-b12dfaf15cd9c1df55eed225754389303f76b013.zip |
busybox: enable CONFIG_FEATURE_MDEV_RENAME
Our default mdev.conf file in package/busybox has lines like:
pcm.* root:audio 660 =snd/
event[0-9]+ root:root 640 =input/
that are used to create the device is the appropriate /dev
subdirectory. However, this feature requires
CONFIG_FEATURE_MDEV_RENAME to be enabled, otherwise mdev complains
with:
mdev: bad line 25
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/busybox-1.16.x.config')
-rw-r--r-- | package/busybox/busybox-1.16.x.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/busybox-1.16.x.config b/package/busybox/busybox-1.16.x.config index e5f51023a..24a27bfb9 100644 --- a/package/busybox/busybox-1.16.x.config +++ b/package/busybox/busybox-1.16.x.config @@ -516,7 +516,7 @@ CONFIG_LSPCI=y CONFIG_LSUSB=y CONFIG_MDEV=y CONFIG_FEATURE_MDEV_CONF=y -# CONFIG_FEATURE_MDEV_RENAME is not set +CONFIG_FEATURE_MDEV_RENAME=y # CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set CONFIG_FEATURE_MDEV_EXEC=y # CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set |