busybox: enable CONFIG_FEATURE_MDEV_RENAME
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 24 Dec 2011 10:17:51 +0000 (11:17 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 2 Jan 2012 21:49:44 +0000 (22:49 +0100)
commitb12dfaf15cd9c1df55eed225754389303f76b013
tree57bfe6fa1d77876ab3f66a23f7e1fa458d0acb41
parent2d75c7927f044e9e847f7f91db9365e8b711bb2b
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>
package/busybox/busybox-1.16.x.config
package/busybox/busybox-1.17.x.config
package/busybox/busybox-1.18.x.config
package/busybox/busybox-1.19.x.config