diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-26 09:42:17 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-26 09:42:17 +0000 |
commit | ae64582e5ce94230efc857d8a349115b789f366e (patch) | |
tree | 8c214a1437b91f673aaa7ba62492e8767db8f808 /package/rt2500/patches | |
parent | 8f1f5d8522a026b171f60933308eac05cb0997f8 (diff) |
remove obsolete p54, rt2500 & rt61 since those drivers are built from package/mac80211 now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12716 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2500/patches')
-rw-r--r-- | package/rt2500/patches/001-rt2561t.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/rt2500/patches/001-rt2561t.patch b/package/rt2500/patches/001-rt2561t.patch deleted file mode 100644 index 5b83432580..0000000000 --- a/package/rt2500/patches/001-rt2561t.patch +++ /dev/null @@ -1,22 +0,0 @@ -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, - }; - - #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}, -+ {0x1814, 0x0301, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RT2561T}, - {0,} /* terminate list */ - }; - MODULE_DEVICE_TABLE(pci, rt2500_pci_tbl); |