Browse Source

target/linux/config: Fix MIPS support

Kernel needs CONFIG_KERNEL_MIPS_FP_SUPPORT, otherwise init segfaults.
Phil Sutter 3 years ago
parent
commit
af84eabe15
1 changed files with 4 additions and 0 deletions
  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