From 5a76cd437c8b0271c03ade8ad07335b2e8f590a3 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 13 Nov 2009 22:54:31 +0000 Subject: make fpu emulation support configurable through kernel_menuconfig by adding a prompt for it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18414 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic-2.6/patches-2.6.28/024-mips_disable_fpu.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic-2.6/patches-2.6.28/024-mips_disable_fpu.patch') diff --git a/target/linux/generic-2.6/patches-2.6.28/024-mips_disable_fpu.patch b/target/linux/generic-2.6/patches-2.6.28/024-mips_disable_fpu.patch index dfa4ba2e0..718d08dc3 100644 --- a/target/linux/generic-2.6/patches-2.6.28/024-mips_disable_fpu.patch +++ b/target/linux/generic-2.6/patches-2.6.28/024-mips_disable_fpu.patch @@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli bool +config MIPS_FPU_EMU -+ bool -+ default n ++ bool "Enable FPU emulation" ++ default y + help + This option allows building a kernel with or without the Algorithmics + FPU emulator enabled. Turning off this option results in a kernel which -- cgit v1.2.3