summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches-2.6.30
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-02 23:07:47 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-02 23:07:47 +0000
commit550454d4b6186e712a1b48e27a3dce788dd54ca9 (patch)
tree3187d84d72723f8840dd3d775a23ba974a7c2a97 /target/linux/rdc/patches-2.6.30
parentfd6919ffec2669531bc980a279b4c7c8b15bb2fd (diff)
[rdc] forward port r18254 to 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.30')
-rw-r--r--target/linux/rdc/patches-2.6.30/002-platform_support.patch13
1 files changed, 13 insertions, 0 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
new file mode 100644
index 000000000..74fa95dbe
--- /dev/null
+++ b/target/linux/rdc/patches-2.6.30/002-platform_support.patch
@@ -0,0 +1,13 @@
+--- a/arch/x86/Makefile
++++ b/arch/x86/Makefile
+@@ -124,6 +124,10 @@ core-y += $(fcore-y)
+ # Xen paravirtualization support
+ core-$(CONFIG_XEN) += arch/x86/xen/
+
++# RDC R-321X support
++cflags-$(CONFIG_X86_RDC321X) := -Iarch/x86/include/asm/mach-rdc321x
++core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/
++
+ # lguest paravirtualization support
+ core-$(CONFIG_LGUEST_GUEST) += arch/x86/lguest/
+