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)
commitfd0325324f1f86684f3753a4d51e7937d8744a11
tree38ac351a7e6a2c0861ca02c276a149380b4bc754
parent012f214e6f2e764a0e7d53f11e619fd2b639ddf8
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