System config: split static-dev device table setting into seperate option
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 24 Jul 2011 22:09:33 +0000 (00:09 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 24 Jul 2011 22:09:33 +0000 (00:09 +0200)
commit9dc7b73f3bf70740e954a80417b47c4458e7608b
tree0fd8fb0f0b4979e1a31e8e6b6e5528c3303007d6
parent80eeabc55d3c38d628b43f45545dcb56f5b06bee
System config: split static-dev device table setting into seperate option

As discussed here:

http://lists.busybox.net/pipermail/buildroot/2011-May/043251.html

Add BR2_ROOTFS_STATIC_DEVICE_TABLE for the extra device table file(s)
to create device nodes in /dev, rather than complicated logic in
BR2_ROOTFS_DEVICE_TABLE, making it complicated to move between static
and dynamic modes.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
fs/common.mk
target/generic/Config.in