]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Allow several device tables and split in two parts our device table
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 2 Mar 2011 13:52:54 +0000 (14:52 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 9 May 2011 14:52:22 +0000 (16:52 +0200)
commit4e005c47e535fcde9bff04699774bde36f358b38
tree0b68179106f9f123b0a3598709eb2c2da6249845
parentca520507fc15a8213334a76339a3e6d567e91ea0
Allow several device tables and split in two parts our device table

This allows to have a device table for all directories/files and
another device table for the device files themselves. Both are needed
for static /dev, but only the first one is needed when
devtmpfs/mdev/udev are used.

We take this opportunity to move the documentation of the device table
format in a common location, package/makedevs/README.

[Peter: simplify code slightly, fix indentation]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/Config.in
fs/common.mk
package/makedevs/README [new file with mode: 0644]
target/generic/device_table.txt
target/generic/device_table_dev.txt [new file with mode: 0644]