Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
archive/target/linux/rdc/patches-2.6.30/002-platform_support.patch
Florian Fainelli aefcb507f4 [rdc] fix 015-r6040_fix_multicast.patch not applying
SVN-Revision: 28466
2011-10-17 10:02:00 +00:00

13 lines
330 B
Diff

--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -124,6 +124,9 @@ core-y += $(fcore-y)
# Xen paravirtualization support
core-$(CONFIG_XEN) += arch/x86/xen/
+# RDC R-321X support
+core-$(CONFIG_X86_RDC321X) += arch/x86/mach-rdc321x/
+
# lguest paravirtualization support
core-$(CONFIG_LGUEST_GUEST) += arch/x86/lguest/