From: Eric Andersen Date: Fri, 20 Jun 2003 20:51:41 +0000 (-0000) Subject: Remove a bit of garbage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2c5ead12f7669f748eae6640a99285e153cbcae;p=buildroot.git Remove a bit of garbage --- diff --git a/sources/pcmcia.patch b/sources/pcmcia.patch index b8383a6bdc..121435fc1b 100644 --- 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 @@ ;;