mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
package/pcmcia-cs: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20475 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a774a61a35
commit
08005bf6c9
@ -1,8 +1,6 @@
|
|||||||
Index: pcmcia-cs-3.2.8/etc/config
|
--- a/etc/config
|
||||||
===================================================================
|
+++ b/etc/config
|
||||||
--- pcmcia-cs-3.2.8.orig/etc/config 2007-06-04 13:23:59.533683400 +0200
|
@@ -2413,6 +2413,10 @@ card "Xircom RBM56G Modem"
|
||||||
+++ pcmcia-cs-3.2.8/etc/config 2007-06-04 13:23:59.600673216 +0200
|
|
||||||
@@ -2413,6 +2413,10 @@
|
|
||||||
pci 0x115d, 0x0101
|
pci 0x115d, 0x0101
|
||||||
bind "serial_cb"
|
bind "serial_cb"
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Index: pcmcia-cs-3.2.8/etc/shared
|
--- a/etc/shared
|
||||||
===================================================================
|
+++ b/etc/shared
|
||||||
--- pcmcia-cs-3.2.8.orig/etc/shared 2007-06-04 13:23:59.512686592 +0200
|
@@ -167,7 +167,7 @@ get_info ()
|
||||||
+++ pcmcia-cs-3.2.8/etc/shared 2007-06-04 13:24:00.335561496 +0200
|
|
||||||
@@ -167,7 +167,7 @@
|
|
||||||
STAB=/var/run/stab
|
STAB=/var/run/stab
|
||||||
fi
|
fi
|
||||||
grep_stab $1 < $STAB || usage
|
grep_stab $1 < $STAB || usage
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Index: pcmcia-cs-3.2.8/cardmgr/cardmgr.c
|
--- a/cardmgr/cardmgr.c
|
||||||
===================================================================
|
+++ b/cardmgr/cardmgr.c
|
||||||
--- pcmcia-cs-3.2.8.orig/cardmgr/cardmgr.c 2007-06-04 13:23:59.491689784 +0200
|
@@ -739,10 +739,7 @@ static int try_insmod(char *mod, char *o
|
||||||
+++ pcmcia-cs-3.2.8/cardmgr/cardmgr.c 2007-06-04 13:24:00.561527144 +0200
|
|
||||||
@@ -739,10 +739,7 @@
|
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
strcpy(cmd, "insmod ");
|
strcpy(cmd, "insmod ");
|
||||||
@ -14,7 +12,7 @@ Index: pcmcia-cs-3.2.8/cardmgr/cardmgr.c
|
|||||||
if (access(cmd+7, R_OK) != 0) {
|
if (access(cmd+7, R_OK) != 0) {
|
||||||
syslog(LOG_NOTICE, "module %s not available", cmd+7);
|
syslog(LOG_NOTICE, "module %s not available", cmd+7);
|
||||||
free(cmd);
|
free(cmd);
|
||||||
@@ -808,11 +805,13 @@
|
@@ -808,11 +805,13 @@ static void install_module(char *mod, ch
|
||||||
}
|
}
|
||||||
|
|
||||||
if (do_modprobe) {
|
if (do_modprobe) {
|
||||||
@ -30,7 +28,7 @@ Index: pcmcia-cs-3.2.8/cardmgr/cardmgr.c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1113,8 +1112,9 @@
|
@@ -1113,8 +1112,9 @@ static void do_remove(int sn)
|
||||||
|
|
||||||
/* remove kernel modules in inverse order */
|
/* remove kernel modules in inverse order */
|
||||||
for (i = 0; i < card->bindings; i++) {
|
for (i = 0; i < card->bindings; i++) {
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
Index: pcmcia-cs-3.2.8/etc/config.opts
|
--- a/etc/config.opts
|
||||||
===================================================================
|
+++ b/etc/config.opts
|
||||||
--- pcmcia-cs-3.2.8.orig/etc/config.opts 2007-06-04 13:23:59.471692824 +0200
|
|
||||||
+++ pcmcia-cs-3.2.8/etc/config.opts 2007-06-04 13:24:00.759497048 +0200
|
|
||||||
@@ -17,14 +17,13 @@
|
@@ -17,14 +17,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user