You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/pcmcia-cs/patches/002-serial-cardctl_path.patch

14 lines
412 B
Diff

Index: pcmcia-cs-3.2.8/etc/shared
===================================================================
--- pcmcia-cs-3.2.8.orig/etc/shared 2007-06-04 13:23:59.512686592 +0200
+++ pcmcia-cs-3.2.8/etc/shared 2007-06-04 13:24:00.335561496 +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
}