mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Upgrade rt2500 to a CVS snapshot, builds again on 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7576 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,29 +1,18 @@
|
||||
Index: rt2500-1.1.0-b4/Module/rt_config.h
|
||||
===================================================================
|
||||
--- rt2500-1.1.0-b4.orig/Module/rt_config.h 2007-06-04 13:22:53.001797784 +0200
|
||||
+++ rt2500-1.1.0-b4/Module/rt_config.h 2007-06-04 13:22:53.074786688 +0200
|
||||
@@ -55,7 +55,7 @@
|
||||
#error You must compile this driver with "-O".
|
||||
#endif
|
||||
|
||||
-#include <linux/config.h> //can delete
|
||||
+#include <linux/autoconf.h> //can delete
|
||||
#include <linux/module.h>
|
||||
#include <linux/version.h>
|
||||
#include <linux/kernel.h>
|
||||
@@ -154,6 +154,7 @@
|
||||
diff -urN rt2500-cvs-2007061115.new/Module/rt_config.h rt2500-cvs-2007061115/Module/rt_config.h
|
||||
--- rt2500-cvs-2007061115.new/Module/rt_config.h 2007-06-11 22:35:28.000000000 +0200
|
||||
+++ rt2500-cvs-2007061115/Module/rt_config.h 2007-06-11 22:57:31.000000000 +0200
|
||||
@@ -153,6 +153,7 @@
|
||||
|
||||
enum rt2560_chips {
|
||||
RT2560A = 0,
|
||||
+ RT2561T = 0,
|
||||
};
|
||||
|
||||
#ifdef RTMP_EMBEDDED
|
||||
Index: rt2500-1.1.0-b4/Module/rtmp_main.c
|
||||
===================================================================
|
||||
--- rt2500-1.1.0-b4.orig/Module/rtmp_main.c 2007-06-04 13:22:53.008796720 +0200
|
||||
+++ rt2500-1.1.0-b4/Module/rtmp_main.c 2007-06-04 13:22:53.074786688 +0200
|
||||
@@ -975,6 +975,7 @@
|
||||
#if 1 //#ifdef RTMP_EMBEDDED
|
||||
diff -urN rt2500-cvs-2007061115.new/Module/rtmp_main.c rt2500-cvs-2007061115/Module/rtmp_main.c
|
||||
--- rt2500-cvs-2007061115.new/Module/rtmp_main.c 2007-05-29 05:49:17.000000000 +0200
|
||||
+++ rt2500-cvs-2007061115/Module/rtmp_main.c 2007-06-11 22:57:13.000000000 +0200
|
||||
@@ -1041,6 +1041,7 @@
|
||||
static struct pci_device_id rt2500_pci_tbl[] __devinitdata =
|
||||
{
|
||||
{0x1814, 0x0201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RT2560A},
|
||||
|
||||
Reference in New Issue
Block a user