mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
12
package/pcmcia-cs/patches/002-serial-cardctl_path.patch
Normal file
12
package/pcmcia-cs/patches/002-serial-cardctl_path.patch
Normal file
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user