From 4891b48e9334a9113d9c30e79d1f659ed4070c54 Mon Sep 17 00:00:00 2001 From: Tim Yardley Date: Mon, 5 Mar 2007 01:38:44 +0000 Subject: trunk.. same deal as changeset:6526 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6527 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/rt2500/patches/001-rt2561t.patch | 31 +++++++++++++++++++++++++++++++ package/rt2500/patches/01-rt2561t.patch | 31 ------------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 package/rt2500/patches/001-rt2561t.patch delete mode 100644 package/rt2500/patches/01-rt2561t.patch (limited to 'package/rt2500/patches') diff --git a/package/rt2500/patches/001-rt2561t.patch b/package/rt2500/patches/001-rt2561t.patch new file mode 100644 index 0000000000..8bdb623b51 --- /dev/null +++ b/package/rt2500/patches/001-rt2561t.patch @@ -0,0 +1,31 @@ +diff -urN rt2500-1.1.0-b4/Module/rt_config.h rt2500-1.1.0-b4.new/Module/rt_config.h +--- rt2500-1.1.0-b4/Module/rt_config.h 2006-06-17 22:12:58.000000000 +0200 ++++ rt2500-1.1.0-b4.new/Module/rt_config.h 2006-12-30 02:56:30.000000000 +0100 +@@ -55,7 +55,7 @@ + #error You must compile this driver with "-O". + #endif + +-#include //can delete ++#include //can delete + #include + #include + #include +@@ -154,6 +154,7 @@ + + enum rt2560_chips { + RT2560A = 0, ++ RT2561T = 0, + }; + + #ifdef RTMP_EMBEDDED +diff -urN rt2500-1.1.0-b4/Module/rtmp_main.c rt2500-1.1.0-b4.new/Module/rtmp_main.c +--- rt2500-1.1.0-b4/Module/rtmp_main.c 2006-06-17 22:12:58.000000000 +0200 ++++ rt2500-1.1.0-b4.new/Module/rtmp_main.c 2006-12-30 02:56:01.000000000 +0100 +@@ -975,6 +975,7 @@ + static struct pci_device_id rt2500_pci_tbl[] __devinitdata = + { + {0x1814, 0x0201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RT2560A}, ++ {0x1814, 0x0301, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RT2561T}, + {0,} /* terminate list */ + }; + MODULE_DEVICE_TABLE(pci, rt2500_pci_tbl); diff --git a/package/rt2500/patches/01-rt2561t.patch b/package/rt2500/patches/01-rt2561t.patch deleted file mode 100644 index 8bdb623b51..0000000000 --- a/package/rt2500/patches/01-rt2561t.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -urN rt2500-1.1.0-b4/Module/rt_config.h rt2500-1.1.0-b4.new/Module/rt_config.h ---- rt2500-1.1.0-b4/Module/rt_config.h 2006-06-17 22:12:58.000000000 +0200 -+++ rt2500-1.1.0-b4.new/Module/rt_config.h 2006-12-30 02:56:30.000000000 +0100 -@@ -55,7 +55,7 @@ - #error You must compile this driver with "-O". - #endif - --#include //can delete -+#include //can delete - #include - #include - #include -@@ -154,6 +154,7 @@ - - enum rt2560_chips { - RT2560A = 0, -+ RT2561T = 0, - }; - - #ifdef RTMP_EMBEDDED -diff -urN rt2500-1.1.0-b4/Module/rtmp_main.c rt2500-1.1.0-b4.new/Module/rtmp_main.c ---- rt2500-1.1.0-b4/Module/rtmp_main.c 2006-06-17 22:12:58.000000000 +0200 -+++ rt2500-1.1.0-b4.new/Module/rtmp_main.c 2006-12-30 02:56:01.000000000 +0100 -@@ -975,6 +975,7 @@ - static struct pci_device_id rt2500_pci_tbl[] __devinitdata = - { - {0x1814, 0x0201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RT2560A}, -+ {0x1814, 0x0301, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RT2561T}, - {0,} /* terminate list */ - }; - MODULE_DEVICE_TABLE(pci, rt2500_pci_tbl); -- cgit v1.2.3