diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-08 22:49:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-08 22:49:28 +0000 |
commit | 4bb74e31f012176c4189bba329cc5ece40b26fdb (patch) | |
tree | 8e739c52542ffba04398b60a869228f1c0a6b8a3 /target/linux/rdc/patches-2.6.30 | |
parent | cce5a0876d97c07069f644dc027603cc23675023 (diff) | |
download | upstream-4bb74e31f012176c4189bba329cc5ece40b26fdb.tar.gz upstream-4bb74e31f012176c4189bba329cc5ece40b26fdb.tar.bz2 upstream-4bb74e31f012176c4189bba329cc5ece40b26fdb.zip |
[rdc] move headers to arch/x86/include/asm/, patch from sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18347 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.patch | 9 |
1 files changed, 5 insertions, 4 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 index 74fa95dbea..3e6394fb27 100644 --- a/target/linux/rdc/patches-2.6.30/002-platform_support.patch +++ b/target/linux/rdc/patches-2.6.30/002-platform_support.patch @@ -1,11 +1,12 @@ ---- a/arch/x86/Makefile -+++ b/arch/x86/Makefile -@@ -124,6 +124,10 @@ core-y += $(fcore-y) +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 -+cflags-$(CONFIG_X86_RDC321X) := -Iarch/x86/include/asm/mach-rdc321x +core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/ + # lguest paravirtualization support |