git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd8a70
)
make strongarm pattern more permissive to fix problems on collie
author
Phil Blundell
<philb@gnu.org>
Thu, 2 Sep 2004 15:43:37 +0000
(15:43 +0000)
committer
Phil Blundell
<philb@gnu.org>
Thu, 2 Sep 2004 15:43:37 +0000
(15:43 +0000)
BKrev: 41373fa9Z9CZZZKf7eZ1BxckCnrbPw
pcmcia-cs/files/arm/pcmcia
patch
|
blob
|
history
diff --git
a/pcmcia-cs/files/arm/pcmcia
b/pcmcia-cs/files/arm/pcmcia
index
469aa9b
..
95fdeb3
100644
(file)
--- 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
;;
*)