Browse Source

rt2500: removed package (kernel driver is included since linux 2.6.24)

user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
5cb0425a24
  1. 45
      network/rt2500/dist.patch
  2. 46
      network/rt2500/eth-naming.patch
  3. 14
      network/rt2500/pkg_linux26_post.conf
  4. 14
      network/rt2500/pkg_linux26mm_post.conf
  5. 20
      network/rt2500/postlinux.conf
  6. 17
      network/rt2500/rt2500.cache
  7. 14
      network/rt2500/rt2500.conf
  8. 33
      network/rt2500/rt2500.desc

45
network/rt2500/dist.patch

@ -1,45 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../rt2500/dist.patch
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- rt2500-1.1.0-b4/Module/Makefile.orig 2006-08-23 12:22:03.000000000 +0200
+++ rt2500-1.1.0-b4/Module/Makefile 2006-08-23 12:22:49.000000000 +0200
@@ -116,25 +116,11 @@
@rm -fr .tmp_versions
modules_install:
-ifeq ($(PATCHLEVEL),4)
- if ! [ -f $(MODULE_OBJECT) ]; then \
- module; \
- fi
@echo "install '$(MODULE_OBJECT)' to $(MODULE_ROOT)"
install -m 755 -o 0 -g 0 -d $(MODULE_ROOT)
install -m 644 -o 0 -g 0 $(MODULE_OBJECT) $(MODULE_ROOT)
- /sbin/depmod -a
-else
- echo "2.6 module install"
- make $(KBUILD_PARAMS) modules_install
- /sbin/depmod -a
-endif
install: modules_install
- @if ! grep -q 'ra0' $(MODULE_CONF) ; then \
- echo "append 'alias ra0 rt2500' to $(MODULE_CONF)"; \
- echo "alias ra0 rt2500" >> $(MODULE_CONF) ; \
- fi
install-fedora:
if ! [ -f $(MODULE_OBJECT) ]; then \

46
network/rt2500/eth-naming.patch

@ -1,46 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../rt2500/eth-naming.patch
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- rt2500-1.1.0-b4/Module/rtmp_main.c.orig 2006-08-23 07:40:36.000000000 +0200
+++ rt2500-1.1.0-b4/Module/rtmp_main.c 2006-08-23 07:41:44.000000000 +0200
@@ -60,7 +60,7 @@
static char *ifname = NULL ;
MODULE_PARM(ifname, "s");
-MODULE_PARM_DESC(ifname, "Network device name (default ra%d)");
+MODULE_PARM_DESC(ifname, "Network device name (default eth%d)");
#else
int debug = 0; /* Default is off. */
module_param(debug, int, 0);
@@ -68,7 +68,7 @@
static char *ifname = NULL ;
module_param(ifname, charp, 0);
-MODULE_PARM_DESC(ifname, "Network device name (default ra%d)");
+MODULE_PARM_DESC(ifname, "Network device name (default eth%d)");
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 0) */
// Following information will be show when you run 'modinfo'
@@ -267,7 +267,7 @@
// register_netdev() will call dev_alloc_name() for us
// TODO: Remove the following line to keep the default eth%d name
if (ifname == NULL)
- strcpy(net_dev->name, "ra%d");
+ strcpy(net_dev->name, "eth%d");
else
strncpy(net_dev->name, ifname, IFNAMSIZ);

14
network/rt2500/pkg_linux26_post.conf

@ -1,14 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../rt2500/pkg_linux26_post.conf
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append lx_3rd_party_modules " " "rt2500"

14
network/rt2500/pkg_linux26mm_post.conf

@ -1,14 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../rt2500/pkg_linux26mm_post.conf
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append lx_3rd_party_modules " " "rt2500"

20
network/rt2500/postlinux.conf

@ -1,20 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../rt2500/postlinux.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append makeopt " " "KERNDIR=$moduledir/build"
var_append makeopt " " "MODDIR=$moduledir/net"
makeinstopt="$makeopt modules_install"
hook_add preconf 5 "cd Module"

17
network/rt2500/rt2500.cache

@ -1,17 +0,0 @@
[TIMESTAMP] 1133827821 Tue Dec 6 01:10:21 2005
[BUILDTIME] 5 (5)
[SIZE] 0.04 MB, 11 files
[DEP] 00-dirtree
[DEP] bash
[DEP] bzip2
[DEP] coreutils
[DEP] diffutils
[DEP] gcc
[DEP] glibc
[DEP] grep
[DEP] patch
[DEP] sed
[DEP] sysfiles
[DEP] tar

14
network/rt2500/rt2500.conf

@ -1,14 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../rt2500/rt2500.conf
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
custmain="true"

33
network/rt2500/rt2500.desc

@ -1,33 +0,0 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../rt2500/rt2500.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] RT2500 wireless network driver
[T] RT2500 wireless network driver
[U] http://rt2x00.serialmonkey.com/
[A] Mark Wallis <mark@serialmonkey.com>
[M] Sebastian Czech <t2_@arcor.de>
[C] base/system
[L] GPL
[S] Beta
[V] 1.1.0-b4
[P] X -----5---9 800.000
[D] 2655313225 rt2500-1.1.0-b4.tar.gz http://dl.sourceforge.net/sourceforge/rt2400/
Loading…
Cancel
Save