diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-08-25 21:37:00 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-08-25 21:37:00 +0000 |
commit | fa363c178e7c91fd7cdb1ebeee59a507e58afdba (patch) | |
tree | 3a870eb23c4b3e6e025aff73799e8022c937ad7e /target/linux | |
parent | 45a84c2ac3019fa820835c4d6535cd3fc71aa595 (diff) | |
download | upstream-fa363c178e7c91fd7cdb1ebeee59a507e58afdba.tar.gz upstream-fa363c178e7c91fd7cdb1ebeee59a507e58afdba.tar.bz2 upstream-fa363c178e7c91fd7cdb1ebeee59a507e58afdba.zip |
disable fpu emulation on magicbox -- no idea how it got back there
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12390 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/magicbox/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/magicbox/config-default b/target/linux/magicbox/config-default index f0c1992b71..1dd406b11a 100644 --- a/target/linux/magicbox/config-default +++ b/target/linux/magicbox/config-default @@ -81,7 +81,7 @@ CONFIG_LZO_COMPRESS=m CONFIG_LZO_DECOMPRESS=m # CONFIG_MACINTOSH_DRIVERS is not set CONFIG_MAGICBOX=y -CONFIG_MATH_EMULATION=y +# CONFIG_MATH_EMULATION is not set # CONFIG_MEDIA_ATTACH is not set CONFIG_MTD=y # CONFIG_MTD_ABSENT is not set |