diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-30 23:35:37 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-30 23:35:37 +0000 |
commit | b86cd133209a4c9cbcba168444258f76b9dee966 (patch) | |
tree | 3c397653275b72f44a17211a7d3a7b2413916b94 /pcmcia-cs | |
parent | 98bca20fa81f57add42c7dc71b64ca81c95fa531 (diff) |
import /etc/pcmcia/network patches from familiar
BKrev: 40e34e49MkMmxsfP9USfcoP58K7qxg
Diffstat (limited to 'pcmcia-cs')
-rw-r--r-- | pcmcia-cs/pcmcia-cs-3.2.7/network.patch | 0 | ||||
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.7.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/network.patch b/pcmcia-cs/pcmcia-cs-3.2.7/network.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/pcmcia-cs/pcmcia-cs-3.2.7/network.patch diff --git a/pcmcia-cs/pcmcia-cs_3.2.7.oe b/pcmcia-cs/pcmcia-cs_3.2.7.oe index bd683efa3c..a81b0f7196 100644 --- a/pcmcia-cs/pcmcia-cs_3.2.7.oe +++ b/pcmcia-cs/pcmcia-cs_3.2.7.oe @@ -3,10 +3,11 @@ SECTION = "base" PRIORITY = "required" LICENSE = "GPL" DEPENDS = "virtual/kernel" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ file://busybox.patch;patch=1 \ + file://network.patch;patch=1 \ file://ide.opts \ file://wireless.opts" S = "${WORKDIR}/pcmcia-cs-${PV}" |