diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-16 13:40:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-16 13:40:20 +0000 |
commit | e6fcc255a38080201245528d2a81305d1e970af4 (patch) | |
tree | 9dd87598041028ccfcb0ca14bae9d523c994d7fe /target/linux/rdc/patches-2.6.32/100-rdc_boards.patch | |
parent | d0ba4453a3d7ccdc12c89c00b3f1ea2b5a76964c (diff) | |
download | upstream-e6fcc255a38080201245528d2a81305d1e970af4.tar.gz upstream-e6fcc255a38080201245528d2a81305d1e970af4.tar.bz2 upstream-e6fcc255a38080201245528d2a81305d1e970af4.zip |
squash platform_support.patch into rdc_boards.patch
SVN-Revision: 21474
Diffstat (limited to 'target/linux/rdc/patches-2.6.32/100-rdc_boards.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.32/100-rdc_boards.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/rdc/patches-2.6.32/100-rdc_boards.patch b/target/linux/rdc/patches-2.6.32/100-rdc_boards.patch index f2a148e9c2..9012cb344a 100644 --- a/target/linux/rdc/patches-2.6.32/100-rdc_boards.patch +++ b/target/linux/rdc/patches-2.6.32/100-rdc_boards.patch @@ -1,3 +1,16 @@ +--- a/arch/x86/Makefile ++++ b/arch/x86/Makefile +@@ -125,6 +125,9 @@ libs-y += arch/x86/lib/ + # See arch/x86/Kbuild for content of core part of the kernel + core-y += arch/x86/ + ++# RDC R-321X support ++core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/ ++ + # drivers-y are linked after core-y + drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ + drivers-$(CONFIG_PCI) += arch/x86/pci/ + --- /dev/null +++ b/arch/x86/mach-rdc321x/Makefile @@ -0,0 +1,5 @@ |