From 1e7e1f42cc9eda7796557933fd6ab9ad404c46e4 Mon Sep 17 00:00:00 2001 From: feelfree69 Date: Thu, 12 Feb 2026 19:30:50 +0100 Subject: [PATCH] respect max length of machine_name --- machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine.c b/machine.c index 9c12312..39dbe2b 100644 --- a/machine.c +++ b/machine.c @@ -217,7 +217,7 @@ void machine_custom_init(void) { } #elif defined MACHINE_SWTGW218AS __code const struct machine machine = { - .machine_name = "SWTGW218AS 8+1 SFP Port Managed Switch", + .machine_name = "SWTGW218AS 8+1 Managed Switch", .isRTL8373 = 1, .min_port = 0, .max_port = 8,