aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/pcmcia-cs/files/network.conf7
-rw-r--r--packages/pcmcia-cs/pcmcia-cs_3.2.8.bb2
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/pcmcia-cs/files/network.conf b/packages/pcmcia-cs/files/network.conf
index b35ec5c0fe..51a38dd55b 100644
--- a/packages/pcmcia-cs/files/network.conf
+++ b/packages/pcmcia-cs/files/network.conf
@@ -3,4 +3,11 @@ manfid 0x0149, 0xc1ab
version "Fast Ethernet", "CF Size PC Card", "1.0"
bind "pcnet_cs"
+card "Hawking 10/100 CF Fast Ethernet"
+ manfid 0x0149, 0xc1ab
+ bind "pcnet_cs"
+card "Billionton CFLA-100N 10/100 FastEthernet"
+ version "CF", "100Base-Ethernet", "V", "1.0"
+ manfid 0x021b, 0x0202
+ bind "pcnet_cs"
diff --git a/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb b/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb
index 0f339bdea0..dadf830534 100644
--- a/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb
+++ b/packages/pcmcia-cs/pcmcia-cs_3.2.8.bb
@@ -3,7 +3,7 @@ SECTION = "base"
PRIORITY = "required"
LICENSE = "GPL"
DEPENDS = "virtual/kernel"
-PR = "r20"
+PR = "r21"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \
file://busybox.patch;patch=1 \