diff options
author | Phil Blundell <philb@gnu.org> | 2005-02-06 11:42:22 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-02-06 11:42:22 +0000 |
commit | 2bf49597df8e6fc795e380e1beaf677718ee2103 (patch) | |
tree | fde2bc3d8360e20732f0ea963ea436669dbf0876 | |
parent | 6e9d83c371c1cbd3ec19ee3ae4de0b10ab605d3d (diff) |
apply patch from Paul Eggleton to add support for Ratoc CF1U
BKrev: 4206029e_ChwGZsmsSGl4wSHFYIDtA
-rw-r--r-- | packages/pcmcia-cs/pcmcia-cs-3.2.8/ratoc-cfu1u.patch | 0 | ||||
-rw-r--r-- | packages/pcmcia-cs/pcmcia-cs_3.2.8.bb | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/pcmcia-cs/pcmcia-cs-3.2.8/ratoc-cfu1u.patch b/packages/pcmcia-cs/pcmcia-cs-3.2.8/ratoc-cfu1u.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/pcmcia-cs/pcmcia-cs-3.2.8/ratoc-cfu1u.patch diff --git a/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb b/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb index 7a20ccc2bf..459ea2d66a 100644 --- a/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb +++ b/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb @@ -3,13 +3,14 @@ SECTION = "base" PRIORITY = "required" LICENSE = "GPL" DEPENDS = "virtual/kernel" -PR = "r15" +PR = "r16" SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ file://busybox.patch;patch=1 \ file://network.patch;patch=1 \ file://pcic-extra.patch;patch=1 \ file://automount.patch;patch=1 \ + file://ratoc-cfu1u.patch;patch=1 \ file://pcmcia \ file://ide.opts \ file://wireless.opts \ |