image: ensure that /dev/console exist in rootfs images
authorGabor Juhos <juhosg@openwrt.org>
Tue, 27 Aug 2013 12:02:58 +0000 (12:02 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 27 Aug 2013 12:02:58 +0000 (12:02 +0000)
commit86ecfe0c9c1424096a5950c0774f71102fc504de
treefcbfe26d5115af0c60327aab41b60b3d38e40db7
parent884f12a049ccd82d65d1ef44a2efa5f18acddfc3
image: ensure that /dev/console exist in rootfs images

Linux expects that the /dev/console node is present in
the rootfs image. Create the node in rootfs images, in
order to make std{in,out,err} usable even in early init
process.

Note: tar.gz and cpio.gz images are not handled yet.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37847
include/device_table.txt [new file with mode: 0644]
include/image.mk