make fpu emulation support configurable through kernel_menuconfig by adding a prompt...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Nov 2009 22:54:31 +0000 (22:54 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Nov 2009 22:54:31 +0000 (22:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18414 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/patches-2.6.21/024-mips_disable_fpu.patch
target/linux/generic-2.6/patches-2.6.28/024-mips_disable_fpu.patch
target/linux/generic-2.6/patches-2.6.30/025-mips_disable_fpu.patch
target/linux/generic-2.6/patches-2.6.31/025-mips_disable_fpu.patch
target/linux/generic-2.6/patches-2.6.32/025-mips_disable_fpu.patch

index 4775069..eabc3bf 100644 (file)
@@ -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
index dfa4ba2..718d08d 100644 (file)
@@ -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
index a8ffc23..47ff707 100644 (file)
@@ -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
index 6a52ada..37d64a9 100644 (file)
@@ -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
index 087a9a9..200b750 100644 (file)
@@ -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