image: ensure that /dev/console exist in rootfs images
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Aug 2013 12:02:58 +0000 (12:02 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Aug 2013 12:02:58 +0000 (12:02 +0000)
commitd746a399170e3283798b9c25fe6ba75805970de3
treefcbfe26d5115af0c60327aab41b60b3d38e40db7
parentd6c43e3f0b4d7a661f2eeeb388c2f4f9754ee6ee
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37847 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/device_table.txt [new file with mode: 0644]
include/image.mk