summaryrefslogtreecommitdiff
path: root/pcmcia-cs
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-09-02 15:43:37 +0000
committerPhil Blundell <philb@gnu.org>2004-09-02 15:43:37 +0000
commit5f56b80dbcb9702526e31f42c4987593f42f7c82 (patch)
treebdb6588b44f15e761ee8ae3cff99fbeb0982337a /pcmcia-cs
parent3fd8a7076869945f7e28bc98f58ac7493370f6a2 (diff)
make strongarm pattern more permissive to fix problems on collie
BKrev: 41373fa9Z9CZZZKf7eZ1BxckCnrbPw
Diffstat (limited to 'pcmcia-cs')
-rw-r--r--pcmcia-cs/files/arm/pcmcia2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcmcia-cs/files/arm/pcmcia b/pcmcia-cs/files/arm/pcmcia
index 469aa9b4aa..95fdeb3667 100644
--- a/pcmcia-cs/files/arm/pcmcia
+++ b/pcmcia-cs/files/arm/pcmcia
@@ -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
;;
*)