make strongarm pattern more permissive to fix problems on collie
authorPhil Blundell <philb@gnu.org>
Thu, 2 Sep 2004 15:43:37 +0000 (15:43 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 2 Sep 2004 15:43:37 +0000 (15:43 +0000)
BKrev: 41373fa9Z9CZZZKf7eZ1BxckCnrbPw

pcmcia-cs/files/arm/pcmcia

index 469aa9b..95fdeb3 100644 (file)
@@ -2,7 +2,7 @@ case `awk 'BEGIN { FS=":" } /Processor/ { gsub(/ /, "", $2) ; print $2 } ' </pro
   *XScale-PXA2*)
     PCIC=pxa_cs
     ;;
-  StrongARM-1100* | StrongARM-1110*)
+  *StrongARM-1100* | *StrongARM-1110*)
     PCIC=sa1100_cs
     ;;
   *)