summaryrefslogtreecommitdiffstats
path: root/package/pcmcia-cs/patches/002-serial-cardctl_path.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-26 20:42:26 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-26 20:42:26 +0000
commit93e7bbfc3f9f189984d21704b3171940ddfcc3e6 (patch)
tree64ed92cc85c5f2279bb44e66c6cd6fb525203ac2 /package/pcmcia-cs/patches/002-serial-cardctl_path.patch
parenteb81d2d1629a0ecc62066ca593d55e97485d1408 (diff)
remove a few packages which only work with linux 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21949 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pcmcia-cs/patches/002-serial-cardctl_path.patch')
-rw-r--r--package/pcmcia-cs/patches/002-serial-cardctl_path.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/pcmcia-cs/patches/002-serial-cardctl_path.patch b/package/pcmcia-cs/patches/002-serial-cardctl_path.patch
deleted file mode 100644
index ec8603224..000000000
--- a/package/pcmcia-cs/patches/002-serial-cardctl_path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/etc/shared
-+++ b/etc/shared
-@@ -167,7 +167,7 @@ get_info ()
- STAB=/var/run/stab
- fi
- grep_stab $1 < $STAB || usage
-- eval `/sbin/cardctl info $SOCKET`
-+ eval `/usr/sbin/cardctl info $SOCKET`
- fi
- }
-