diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-09 18:28:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-09 18:28:53 +0000 |
commit | add0cec2834b3261fced3e9e79d8660515264fd4 (patch) | |
tree | 59f3bf634f35a6a8830c9f4af10bc6e893caa83e /sources/pcmcia.patch | |
parent | c43ce0fe82e7ced3223ff03567048a9f5ffb2608 (diff) | |
download | buildroot-novena-add0cec2834b3261fced3e9e79d8660515264fd4.tar.gz buildroot-novena-add0cec2834b3261fced3e9e79d8660515264fd4.zip |
Update pcmcia-cs to version 3.2.4
Diffstat (limited to 'sources/pcmcia.patch')
-rw-r--r-- | sources/pcmcia.patch | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/sources/pcmcia.patch b/sources/pcmcia.patch index 63e1a080c..4663c9c82 100644 --- a/sources/pcmcia.patch +++ b/sources/pcmcia.patch @@ -21,13 +21,12 @@ 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() - { +--- /dev/null 2003-01-21 22:14:35.000000000 -0700 ++++ pcmcia-cs-3.2.4/etc/pcmcia 2003-06-09 12:04:02.000000000 -0600 +@@ -0,0 +1,6 @@ ++# Defaults for pcmcia (sourced by /etc/init.d/S30pcmcia) ++PCMCIA=yes ++PCIC=yenta_socket ++PCIC_OPTS= ++CORE_OPTS= ++CARDMGR_OPTS= |