Create menu entry to select device creation method
authorYegor Yefremov <yegor_sub1@visionsystems.de>
Thu, 30 Sep 2010 12:57:53 +0000 (14:57 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 9 May 2011 12:20:03 +0000 (14:20 +0200)
commit726b15f64a10b2886c9b1bfe484f4cc7a71ea79e
tree76c63c4d00a9202e54a30421a4818c2c454e1051
parentc59d0247541a85c62227b79d4fdb77405c4e6c99
Create menu entry to select device creation method

Four methods for the creation of device files in /dev are now
proposed:

 - static method uses device table as before
 - devtmpfs method enables this feature in kernel
 - mdev method adds mdev starting script to the file system
    and selects mdev itself for installation
 - udev method selects udev for installation

All dynamic methods are based on devtmpfs, so one doesn't need to care
about /dev folder.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/Config.in
linux/linux.mk
package/busybox/S10mdev [new file with mode: 0644]
package/busybox/busybox.mk