diff options
-rw-r--r-- | pcmcia-cs/files/arm/pcmcia | 2 | ||||
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.8.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pcmcia-cs/files/arm/pcmcia b/pcmcia-cs/files/arm/pcmcia index 9bb1f49a16..469aa9b4aa 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-SA1100 | StrongARM-SA1110) + StrongARM-1100* | StrongARM-1110*) PCIC=sa1100_cs ;; *) diff --git a/pcmcia-cs/pcmcia-cs_3.2.8.oe b/pcmcia-cs/pcmcia-cs_3.2.8.oe index 0bbac77ae1..743cd82620 100644 --- a/pcmcia-cs/pcmcia-cs_3.2.8.oe +++ b/pcmcia-cs/pcmcia-cs_3.2.8.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "required" LICENSE = "GPL" DEPENDS = "virtual/kernel" -PR = "r3" +PR = "r4" SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ file://busybox.patch;patch=1 \ |