kernel: ensure that /dev/console exists in initramfs
authorGabor Juhos <juhosg@openwrt.org>
Tue, 27 Aug 2013 12:02:54 +0000 (12:02 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 27 Aug 2013 12:02:54 +0000 (12:02 +0000)
commit012f214e6f2e764a0e7d53f11e619fd2b639ddf8
treee6e06df3b6761d2a7341dbc701548056aa187957
parentd6b4b8f6120e9da467e7bb104343931d3e2cf6cb
kernel: ensure that /dev/console exists in initramfs

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

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37846
target/linux/generic/patches-3.10/922-always-create-console-node-in-initramfs.patch [new file with mode: 0644]
target/linux/generic/patches-3.3/922-always-create-console-node-in-initramfs.patch [new file with mode: 0644]
target/linux/generic/patches-3.6/922-always-create-console-node-in-initramfs.patch [new file with mode: 0644]
target/linux/generic/patches-3.8/922-always-create-console-node-in-initramfs.patch [new file with mode: 0644]
target/linux/generic/patches-3.9/922-always-create-console-node-in-initramfs.patch [new file with mode: 0644]