diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-28 09:54:16 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-28 09:54:16 +0000 |
commit | dac867236df7563d94f533920a95e8370a3a4c74 (patch) | |
tree | 5ee2e18d289278c7533c9f791f50951f1f66fb86 /target/linux/rdc/patches-2.6.30/002-platform_support.patch | |
parent | b94d47a36de418ed22b58d739dd6de907db77a8f (diff) |
[rdc] use upstream MFD, GPIO patch, put everything in patches.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21219 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.30/002-platform_support.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.30/002-platform_support.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/rdc/patches-2.6.30/002-platform_support.patch b/target/linux/rdc/patches-2.6.30/002-platform_support.patch deleted file mode 100644 index 3e6394fb2..000000000 --- a/target/linux/rdc/patches-2.6.30/002-platform_support.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: linux-2.6.30.9/arch/x86/Makefile -=================================================================== ---- linux-2.6.30.9.orig/arch/x86/Makefile 2009-11-06 07:29:13.739468521 -0800 -+++ linux-2.6.30.9/arch/x86/Makefile 2009-11-06 07:30:29.383510569 -0800 -@@ -124,6 +124,9 @@ - # Xen paravirtualization support - core-$(CONFIG_XEN) += arch/x86/xen/ - -+# RDC R-321X support -+core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/ -+ - # lguest paravirtualization support - core-$(CONFIG_LGUEST_GUEST) += arch/x86/lguest/ - |