diff options
5 files changed, 10 insertions, 10 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 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 <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 diff --git a/target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch b/target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch index a8ffc230d..47ff7073d 100644 --- a/target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch +++ b/target/linux/generic-2.6/patches-2.6.30/025-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 diff --git a/target/linux/generic-2.6/patches-2.6.31/025-mips_disable_fpu.patch b/target/linux/generic-2.6/patches-2.6.31/025-mips_disable_fpu.patch index 6a52adafe..37d64a95d 100644 --- a/target/linux/generic-2.6/patches-2.6.31/025-mips_disable_fpu.patch +++ b/target/linux/generic-2.6/patches-2.6.31/025-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 diff --git a/target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch b/target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch index 087a9a96a..200b750af 100644 --- a/target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch +++ b/target/linux/generic-2.6/patches-2.6.32/025-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 | 
