From ca33a29d32c5c5bee75d87c1665efb0897ebd7c6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 5 Dec 2006 21:34:56 +0000 Subject: sync pcmcia-cs in trunk with whiterussian, add fix for memory ranges git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5693 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/pcmcia-cs/patches/002-serial-cardctl_path.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/pcmcia-cs/patches/002-serial-cardctl_path.patch (limited to 'package/pcmcia-cs/patches/002-serial-cardctl_path.patch') diff --git a/package/pcmcia-cs/patches/002-serial-cardctl_path.patch b/package/pcmcia-cs/patches/002-serial-cardctl_path.patch new file mode 100644 index 0000000000..a66069bcd2 --- /dev/null +++ b/package/pcmcia-cs/patches/002-serial-cardctl_path.patch @@ -0,0 +1,12 @@ +diff -urN pcmcia-cs-3.2.8-old/etc/shared pcmcia-cs-3.2.8-new/etc/shared +--- pcmcia-cs-3.2.8-old/etc/shared 2004-02-28 17:49:45.000000000 +0100 ++++ pcmcia-cs-3.2.8-new/etc/shared 2006-03-29 18:49:07.000000000 +0200 +@@ -167,7 +167,7 @@ + STAB=/var/run/stab + fi + grep_stab $1 < $STAB || usage +- eval `/sbin/cardctl info $SOCKET` ++ eval `/usr/sbin/cardctl info $SOCKET` + fi + } + -- cgit v1.2.3