diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-02 23:07:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-02 23:07:47 +0000 |
commit | dca8af905f5ac4f99736917b45b79d8ffdda32ef (patch) | |
tree | a8610c6176d6aec4617c7ce051522d6c81abbba9 /target/linux/rdc/patches-2.6.30 | |
parent | 1b491bcfbb4a4136c680c6dd664bd45c1c698d1a (diff) | |
download | upstream-dca8af905f5ac4f99736917b45b79d8ffdda32ef.tar.gz upstream-dca8af905f5ac4f99736917b45b79d8ffdda32ef.tar.bz2 upstream-dca8af905f5ac4f99736917b45b79d8ffdda32ef.zip |
forward port r18254 to 2.6.30
SVN-Revision: 18276
Diffstat (limited to 'target/linux/rdc/patches-2.6.30')
-rw-r--r-- | target/linux/rdc/patches-2.6.30/002-platform_support.patch | 13 |
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 0000000000..74fa95dbea --- /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/ + |