From d66662593c79fd184560e054ebea2b1a972e9ed4 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 26 Jun 2010 20:42:26 +0000 Subject: remove a few packages which only work with linux 2.4 SVN-Revision: 21949 --- .../patches/001-config-novatel_merlin_u630.patch | 13 ------- .../patches/002-serial-cardctl_path.patch | 11 ------ package/pcmcia-cs/patches/003-cardmgr_c.patch | 41 ---------------------- .../pcmcia-cs/patches/004-pcmcia_resources.patch | 19 ---------- 4 files changed, 84 deletions(-) delete mode 100644 package/pcmcia-cs/patches/001-config-novatel_merlin_u630.patch delete mode 100644 package/pcmcia-cs/patches/002-serial-cardctl_path.patch delete mode 100644 package/pcmcia-cs/patches/003-cardmgr_c.patch delete mode 100644 package/pcmcia-cs/patches/004-pcmcia_resources.patch (limited to 'package/pcmcia-cs/patches') diff --git a/package/pcmcia-cs/patches/001-config-novatel_merlin_u630.patch b/package/pcmcia-cs/patches/001-config-novatel_merlin_u630.patch deleted file mode 100644 index 0d1b133393..0000000000 --- a/package/pcmcia-cs/patches/001-config-novatel_merlin_u630.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/etc/config -+++ b/etc/config -@@ -2413,6 +2413,10 @@ card "Xircom RBM56G Modem" - pci 0x115d, 0x0101 - bind "serial_cb" - -+card "Novatel Wireless - Merlin U630 UMTS Modem" -+ manfid 0x00a4, 0x0276 -+ bind "serial_cs" to 0, "serial_cs" to 1 -+ - # Include configuration files for add-on drivers - - source ./*.conf diff --git a/package/pcmcia-cs/patches/002-serial-cardctl_path.patch b/package/pcmcia-cs/patches/002-serial-cardctl_path.patch deleted file mode 100644 index ec8603224d..0000000000 --- a/package/pcmcia-cs/patches/002-serial-cardctl_path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - } - diff --git a/package/pcmcia-cs/patches/003-cardmgr_c.patch b/package/pcmcia-cs/patches/003-cardmgr_c.patch deleted file mode 100644 index 716a0b26b9..0000000000 --- a/package/pcmcia-cs/patches/003-cardmgr_c.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/cardmgr/cardmgr.c -+++ b/cardmgr/cardmgr.c -@@ -739,10 +739,7 @@ static int try_insmod(char *mod, char *o - int ret; - - strcpy(cmd, "insmod "); -- if (strchr(mod, '/') != NULL) -- sprintf(cmd+7, "%s/%s.o", modpath, mod); -- else -- sprintf(cmd+7, "%s/pcmcia/%s.o", modpath, mod); -+ sprintf(cmd+7, "%s/%s.o", modpath, mod); - if (access(cmd+7, R_OK) != 0) { - syslog(LOG_NOTICE, "module %s not available", cmd+7); - free(cmd); -@@ -808,11 +805,13 @@ static void install_module(char *mod, ch - } - - if (do_modprobe) { -- if (try_modprobe(mod, opts) != 0) -+ if (try_modprobe(mod, opts) != 0) { - try_insmod(mod, opts); -+ } - } else { -- if (try_insmod(mod, opts) != 0) -+ if (try_insmod(mod, opts) != 0) { - try_modprobe(mod, opts); -+ } - } - } - -@@ -1113,8 +1112,9 @@ static void do_remove(int sn) - - /* remove kernel modules in inverse order */ - for (i = 0; i < card->bindings; i++) { -- for (j = dev[i]->modules-1; j >= 0; j--) -+ for (j = dev[i]->modules-1; j >= 0; j--) { - remove_module(dev[i]->module[j]); -+ } - free_device(dev[i]); - } - /* Remove any MTD's bound to this socket */ diff --git a/package/pcmcia-cs/patches/004-pcmcia_resources.patch b/package/pcmcia-cs/patches/004-pcmcia_resources.patch deleted file mode 100644 index 4ce0de20be..0000000000 --- a/package/pcmcia-cs/patches/004-pcmcia_resources.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/etc/config.opts -+++ b/etc/config.opts -@@ -17,14 +17,13 @@ - # - - include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff --include memory 0xc0000-0xfffff --include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff -+include memory 0x40004000-0x40007fff - - # High port numbers do not always work... - # include port 0x1000-0x17ff - - # Extra port range for IBM Token Ring --include port 0xa00-0xaff -+# include port 0xa00-0xaff - - # Resources we should not use, even if they appear to be available - -- cgit v1.2.3