From 9cd87470cdc8d66ea0c03415fc6b2a2bea8e82cb Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 27 Apr 2014 22:42:15 +0000 Subject: [PATCH] OMRON used uppercase for the model names of their Motorola 88100 LUNA workstations, so show the kernel architecture names in uppercase to the user, too. Based on a patch from Kenji Aoyama@, thanks! --- arch.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch.in b/arch.in index d0c445f3..a22ffd58 100644 --- a/arch.in +++ b/arch.in @@ -1,4 +1,4 @@ -/* $Id: arch.in,v 1.14 2013/09/16 22:12:57 schwarze Exp $ */ +/* $Id: arch.in,v 1.15 2014/04/27 22:42:15 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -65,8 +65,8 @@ LINE("ibmnws", "IBMNWS") LINE("iyonix", "Iyonix") LINE("landisk", "LANDISK") LINE("loongson", "Loongson") -LINE("luna68k", "Luna68k") -LINE("luna88k", "Luna88k") +LINE("luna68k", "LUNA68K") +LINE("luna88k", "LUNA88K") LINE("m68k", "m68k") LINE("mac68k", "Mac68k") LINE("macppc", "MacPPC") -- 2.47.1