summaryrefslogtreecommitdiffstats
path: root/sources/pcmcia.patch
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-06 01:32:15 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-06 01:32:15 +0000
commitc43ce0fe82e7ced3223ff03567048a9f5ffb2608 (patch)
treed417aaef5173c91b4bb93da385b5daa960266f7f /sources/pcmcia.patch
parent33770acd9ceb98fbf43091eb991251b8a92d070e (diff)
downloadbuildroot-novena-c43ce0fe82e7ced3223ff03567048a9f5ffb2608.tar.gz
buildroot-novena-c43ce0fe82e7ced3223ff03567048a9f5ffb2608.zip
Do not disable pcmcia
Diffstat (limited to 'sources/pcmcia.patch')
-rw-r--r--sources/pcmcia.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/pcmcia.patch b/sources/pcmcia.patch
index 23a4120ab..63e1a080c 100644
--- a/sources/pcmcia.patch
+++ b/sources/pcmcia.patch
@@ -21,3 +21,13 @@ diff -urN pcmcia-cs-3.2.3.orig/etc/shared pcmcia-cs-3.2.3/etc/shared
usage ()
{
echo "usage: $0 [action] [device name]"
+--- pcmcia-cs-3.2.3/etc/rc.pcmcia~ 2003-06-05 19:24:49.000000000 -0600
++++ pcmcia-cs-3.2.3/etc/rc.pcmcia 2003-06-05 19:25:04.000000000 -0600
+@@ -48,7 +48,6 @@
+ for N in PCMCIA PCIC PCIC_OPTS CORE_OPTS CARDMGR_OPTS SCHEME ; do
+ V=`eval echo '$'ENV_$N` ; if [ "$V" ] ; then eval $N=\"$V\" ; fi
+ done
+-if [ "$PCMCIA" -a "$PCMCIA" != "yes" ] ; then exit 0 ; fi
+
+ usage()
+ {