From 11b1887c531015a6e928ed748f72a684c382910c Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 2 Sep 2013 07:36:40 +0000 Subject: x86: add support for 3.10 Add kernel configuration and patches for Linux 3.10. Taken from the 'alix2: update to LINUX_VERSION 3.10.9' patch: http://patchwork.openwrt.org/patch/3971/. Russell says in the original patch: "Initial whack at updating alix2 to a current kernel. It builds and runs without problems so far. I copied target/linux/config-3.8, target/linux/x86/alix2/config-3.8, and target/linux/patches-3.8 to their 3.10 equivalents and tweaked until it built. The patches required no changes." The current patch contains additional configuration tweaks, and the kernel patches were refreshed. Signed-off-by: Russell Senior Signed-off-by: Gabor Juhos SVN-Revision: 37867 --- .../linux/x86/patches-3.10/009-rdc321x_select_embedded.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/x86/patches-3.10/009-rdc321x_select_embedded.patch (limited to 'target/linux/x86/patches-3.10/009-rdc321x_select_embedded.patch') diff --git a/target/linux/x86/patches-3.10/009-rdc321x_select_embedded.patch b/target/linux/x86/patches-3.10/009-rdc321x_select_embedded.patch new file mode 100644 index 0000000..ab375e2 --- /dev/null +++ b/target/linux/x86/patches-3.10/009-rdc321x_select_embedded.patch @@ -0,0 +1,11 @@ +--- a/arch/x86/Kconfig ++++ b/arch/x86/Kconfig +@@ -483,6 +483,8 @@ config X86_RDC321X + depends on X86_EXTENDED_PLATFORM + select M486 + select X86_REBOOTFIXUPS ++ select EMBEDDED ++ select ARCH_REQUIRE_GPIOLIB + ---help--- + This option is needed for RDC R-321x system-on-chip, also known + as R-8610-(G). -- cgit v1.1