diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-09 08:13:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-09 08:13:58 +0000 |
commit | 8ff49aed398fe2682088d02f38838d703ced0746 (patch) | |
tree | b81d8906856e62e657747c53d4ee08b1eabb70dd /target/linux/rdc-2.6/patches/000-rdc_fixes.patch | |
parent | b5a6f01ec053aee4ad078eb523c0ed7e2f22cbfc (diff) | |
download | upstream-8ff49aed398fe2682088d02f38838d703ced0746.tar.gz upstream-8ff49aed398fe2682088d02f38838d703ced0746.tar.bz2 upstream-8ff49aed398fe2682088d02f38838d703ced0746.zip |
Fresh fixes for rdc from sn9, thanks !
SVN-Revision: 6911
Diffstat (limited to 'target/linux/rdc-2.6/patches/000-rdc_fixes.patch')
-rw-r--r-- | target/linux/rdc-2.6/patches/000-rdc_fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc-2.6/patches/000-rdc_fixes.patch b/target/linux/rdc-2.6/patches/000-rdc_fixes.patch index 7d6fa3af32..140cde9a9b 100644 --- a/target/linux/rdc-2.6/patches/000-rdc_fixes.patch +++ b/target/linux/rdc-2.6/patches/000-rdc_fixes.patch @@ -26,7 +26,7 @@ diff -urN linux-2.6.19/arch/i386/Makefile linux-2.6.19.new/arch/i386/Makefile +# RDC subarch support +mflags-$(CONFIG_X86_RDC) := -Iinclude/asm-i386/mach-generic +mcore-$(CONFIG_X86_RDC) := mach-default -+core-$(CONFIG_X86_RDC) := arch/i386/mach-rdc/ ++core-$(CONFIG_X86_RDC) += arch/i386/mach-rdc/ # default subarch .h files mflags-y += -Iinclude/asm-i386/mach-default |