diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-13 22:54:31 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-13 22:54:31 +0000 | 
| commit | 5a76cd437c8b0271c03ade8ad07335b2e8f590a3 (patch) | |
| tree | 95939c8351489f32d3dbd2f9eb873ba5647539ee /target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch | |
| parent | 3fb97947af0248bba15050c336496f6dace4ff2d (diff) | |
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
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch')
| -rw-r--r-- | target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch b/target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch index 477506962..eabc3bfcc 100644 --- a/target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch +++ b/target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch @@ -13,8 +13,8 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>   	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  | 
