1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 20:37:42 +03:00
openwrt-xburst/package/pcmcia-cs/patches/002-serial-cardctl_path.patch

12 lines
217 B
Diff
Raw Normal View History

--- 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
}