From a4631116876ae01e189df947530c978b66d0f819 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sat, 27 Jan 2024 15:59:21 +0100 Subject: [PATCH] enable serial console --- devices/tp-archer-ax23/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devices/tp-archer-ax23/default.nix b/devices/tp-archer-ax23/default.nix index 99574aa..bf9f381 100644 --- a/devices/tp-archer-ax23/default.nix +++ b/devices/tp-archer-ax23/default.nix @@ -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";