system: default to devtmpfs for /dev
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 15 Sep 2013 20:43:39 +0000 (22:43 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 15 Sep 2013 20:43:39 +0000 (22:43 +0200)
commit7f1f9185e7bf5badca554c362ab8a37f04caff5f
treec1bdf23b07baa25d9bdca4a17428321a95953977
parenta68a51257e9ba0f1654d6ca087bb5259841952e7
system: default to devtmpfs for /dev

As discussed on the list, devtmpfs is quite a bit nicer default than
the old static /dev, so change it.

Notice that you NEED to enable CONFIG_DEVTMPFS / CONFIG_DEVTMPFS_MOUNT
in the kernel configuration if you manually build a kernel outside
buildroot, otherwise the rootfs won't work.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
system/Config.in