projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
299149e
)
Remove a bit of garbage
author
Eric Andersen
<andersen@codepoet.org>
Fri, 20 Jun 2003 20:51:41 +0000
(20:51 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 20 Jun 2003 20:51:41 +0000
(20:51 -0000)
sources/pcmcia.patch
patch
|
blob
|
history
diff --git
a/sources/pcmcia.patch
b/sources/pcmcia.patch
index b8383a6bdcbdfdfec92b4490d14cef1b27a723af..121435fc1b0dc4b0816c31077b2f23634dfdfe75 100644
(file)
--- a/
sources/pcmcia.patch
+++ b/
sources/pcmcia.patch
@@
-86,16
+86,6
@@
diff -urN pcmcia-cs-3.2.3.orig/etc/shared pcmcia-cs-3.2.3/etc/shared
RUN=/var/run
fi
if [ -L $SC -o ! -O $SC ] ; then rm -f $SC ; fi
-@@ -115,6 +130,9 @@
- fi
- fi
-
-+ if ! [ -e $PC/i82365.o -a ! -L $PC/i82365.o ]; then
-+ CARDMGR_OPTS="-C config-2.4 $CARDMGR_OPTS"
-+ fi
- if [ -s /var/run/cardmgr.pid ] && \
- kill -0 `cat /var/run/cardmgr.pid` 2>/dev/null ; then
- echo "cardmgr is already running."
@@ -154,7 +172,7 @@
;;