diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-20 20:51:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-20 20:51:41 +0000 |
commit | d2c5ead12f7669f748eae6640a99285e153cbcae (patch) | |
tree | 53930b0548190efdc1ca08177db5625383bc0e8a /sources | |
parent | 299149e4aa7983c76e5bde6ced4b0f01a12e992d (diff) | |
download | buildroot-novena-d2c5ead12f7669f748eae6640a99285e153cbcae.tar.gz buildroot-novena-d2c5ead12f7669f748eae6640a99285e153cbcae.zip |
Remove a bit of garbage
Diffstat (limited to 'sources')
-rw-r--r-- | sources/pcmcia.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sources/pcmcia.patch b/sources/pcmcia.patch index b8383a6bd..121435fc1 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 @@ ;; |