x86: change /dev/console to tty to fix job control
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Aug 2013 17:05:33 +0000 (17:05 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Aug 2013 17:05:33 +0000 (17:05 +0000)
commit4cce980b437dfe593bb09ba02c40a59ff48b4680
tree1a1957e2c13d98d4bba83995ded9b2b9ce365616
parent7961633ce266224318c99b58a28dd3fa21fb6c51
x86: change /dev/console to tty to fix job control

Job control is turned off because it cannot obtain controlling terminal on
/dev/console, so it is impossible to do any job control operation behind
real x86 device (keyboard+monitor or virtualized).

This patch switches /dev/console to tty devices for ash on x86 generic target.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37693 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/x86/base-files/etc/inittab [new file with mode: 0644]