busybox: provide /etc/mdev.conf if mdev is used
authorLuca Ceresoli <luca@lucaceresoli.net>
Mon, 11 Jul 2011 10:25:51 +0000 (12:25 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 11 Jul 2011 11:41:25 +0000 (13:41 +0200)
commitfc71f7e6f27829a389dacc38622eb687109133f6
tree244006625c1be3cf982d8c27d124b12d0c39aff7
parentbd76bc5f80b963570e8eda92efc961e683264402
busybox: provide /etc/mdev.conf if mdev is used

Without an mdev.conf file installed, mdev generates some /dev entries in
an incorrect or non-standard way. Some examples:
 1. /dev/null has permissions 660, but it should be accessible to normal
    users;
 2. alsa devices get created in /dev, not /dev/snd as is more common,
    and as the default value of BR2_PACKAGE_ALSA_LIB_DEVDIR suggests;
 3. event<N> files are created in /dev, not /dev/input.

This mdev.conf is a selection from the examples provided in the busybox
sources with minor tweaks.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/busybox/busybox.mk
package/busybox/mdev.conf [new file with mode: 0644]