diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-25 21:37:00 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-25 21:37:00 +0000 |
commit | 43e535472602044b93bb0b65e86f5ee80ffc2ce6 (patch) | |
tree | 3a870eb23c4b3e6e025aff73799e8022c937ad7e /target | |
parent | 58a74363215efd841c9f560254c06fca4acb4d3a (diff) |
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')
-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 f0c1992b7..1dd406b11 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 |