diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-22 14:54:26 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-22 14:54:26 +0000 |
commit | 318140c20958f7594e3c46244acafa6fe0ccbdd1 (patch) | |
tree | 629f6fe438499903fbdc053613ff204bac2be354 /target/linux/brcm47xx | |
parent | 0adbdf6409b8927ea8674295095db20bb1e3a2f3 (diff) | |
download | upstream-318140c20958f7594e3c46244acafa6fe0ccbdd1.tar.gz upstream-318140c20958f7594e3c46244acafa6fe0ccbdd1.tar.bz2 upstream-318140c20958f7594e3c46244acafa6fe0ccbdd1.zip |
add missing CONFIG_MIPS_FPU_EMU to kernel config
SVN-Revision: 18477
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/brcm47xx/config-2.6.30 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-2.6.28 b/target/linux/brcm47xx/config-2.6.28 index 509384ef80..17dd173a7e 100644 --- a/target/linux/brcm47xx/config-2.6.28 +++ b/target/linux/brcm47xx/config-2.6.28 @@ -93,6 +93,7 @@ CONFIG_LEDS_GPIO=y # CONFIG_MACH_VR41XX is not set # CONFIG_MIKROTIK_RB532 is not set # CONFIG_MIPS_COBALT is not set +# CONFIG_MIPS_FPU_EMU is not set CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set # CONFIG_MIPS_MALTA is not set diff --git a/target/linux/brcm47xx/config-2.6.30 b/target/linux/brcm47xx/config-2.6.30 index 0c7a25f2df..07ff5f34aa 100644 --- a/target/linux/brcm47xx/config-2.6.30 +++ b/target/linux/brcm47xx/config-2.6.30 @@ -103,6 +103,7 @@ CONFIG_LEDS_GPIO=y # CONFIG_MACH_VR41XX is not set # CONFIG_MIKROTIK_RB532 is not set # CONFIG_MIPS_COBALT is not set +# CONFIG_MIPS_FPU_EMU is not set CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set # CONFIG_MIPS_MALTA is not set |