projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33770ac
)
Do not disable pcmcia
author
Eric Andersen
<andersen@codepoet.org>
Fri, 6 Jun 2003 01:32:15 +0000
(
01:32
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 6 Jun 2003 01:32:15 +0000
(
01:32
-0000)
sources/pcmcia.patch
patch
|
blob
|
history
diff --git
a/sources/pcmcia.patch
b/sources/pcmcia.patch
index 23a4120aba6d7ed6eaffdd0b427ef8b755b86274..63e1a080ceec132a24994c1ff066ea9c0096dbf8 100644
(file)
--- 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()
+ {