forked from dan/liminix
1
0
Fork 0

enable serial console

This commit is contained in:
Arnout Engelen 2024-01-27 15:59:21 +01:00
parent 0e6fc7b572
commit a463111687
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA
1 changed files with 2 additions and 1 deletions

View File

@ -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";