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