aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-07-03 05:09:12 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 14:54:08 +0100
commit5066f7e9750253bc4678f2884e15f0333e60932b (patch)
tree245806833fe6e62cfb4a2da61e5b36ad3080c421 /meta/recipes-core/udev
parent913f4831aeb83e2c7f08daa47a31089dbf06f2be (diff)
downloadopenembedded-core-5066f7e9750253bc4678f2884e15f0333e60932b.tar.gz
pcmcia-cs: Remove references to long-deprecated pcmcia-cs.
pcmciautils is the appropriate PCMCIA package these days. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'meta/recipes-core/udev')
-rw-r--r--meta/recipes-core/udev/udev/network.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/udev/udev/network.sh b/meta/recipes-core/udev/udev/network.sh
index 5016328df4..bccd422dbf 100644
--- a/meta/recipes-core/udev/udev/network.sh
+++ b/meta/recipes-core/udev/udev/network.sh
@@ -1,8 +1,5 @@
#!/bin/sh
-# Do not run when pcmcia-cs is installed
-test -x /sbin/cardctl && exit 0
-
# We get two "add" events for hostap cards due to wifi0
echo "$INTERFACE" | grep -q wifi && exit 0