Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86/generic: add xen DomU support | Felix Fietkau | 2017-01-24 | 1 | -0/+1 |
| | | | | | | Copy the relevant config options from the xen_domu subtarget Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | image / basefiles: make console password configurable | John Crispin | 2016-04-18 | 1 | -2/+2 |
| | | | | | Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | x86: change /dev/console to tty to fix job control | John Crispin | 2013-08-04 | 1 | -0/+4 |
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> SVN-Revision: 37693 |