Explorar o código

target/linux/config: Fix MIPS support

Kernel needs CONFIG_KERNEL_MIPS_FP_SUPPORT, otherwise init segfaults.
Phil Sutter %!s(int64=3) %!d(string=hai) anos
pai
achega
af84eabe15
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      target/linux/config/Config.in.kernel

+ 4 - 0
target/linux/config/Config.in.kernel

@@ -141,6 +141,10 @@ config ADK_LINUX_KERNEL_KERNEL_MODE_NEON
 	bool
 	default y if ADK_TARGET_ARCH_ARM_WITH_NEON
 
+config ADK_LINUX_KERNEL_MIPS_FP_SUPPORT
+	bool
+	default y
+
 config ADK_LINUX_KERNEL_PATCH_REALTIME
 	bool