forked from dan/liminix
enable serial console
This commit is contained in:
parent
0e6fc7b572
commit
a463111687
|
@ -18,7 +18,7 @@
|
|||
gcc = {
|
||||
abi = "32";
|
||||
# https://openwrt.org/docs/techref/instructionset/mipsel_24kc
|
||||
arch = "mips32";
|
||||
arch = "24kc";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -260,6 +260,7 @@ RTC_DRV_PCF8563="y";
|
|||
RTC_I2C_AND_SPI="y";
|
||||
SCHED_SMT="y";
|
||||
SERIAL_8250="y";
|
||||
SERIAL_8250_CONSOLE="y";
|
||||
SERIAL_8250_NR_UARTS="3";
|
||||
SERIAL_8250_RUNTIME_UARTS="3";
|
||||
SERIAL_MCTRL_GPIO="y";
|
||||
|
|
Loading…
Reference in New Issue