diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-30 04:02:21 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-30 04:02:21 +0000 |
commit | 851992b9b22feb50402b65432cf281b368924d61 (patch) | |
tree | f0cb5d1aa334e402febb9ea75975843711a68917 | |
parent | e2ece674fce1309ff962e34f5ec86fc6994886d6 (diff) |
enable math emulation
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4705 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/magicbox-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/magicbox-2.6/config b/target/linux/magicbox-2.6/config index b49faf30f..0574cb983 100644 --- a/target/linux/magicbox-2.6/config +++ b/target/linux/magicbox-2.6/config @@ -91,7 +91,7 @@ CONFIG_40x=y # CONFIG_8xx is not set # CONFIG_E200 is not set # CONFIG_E500 is not set -# CONFIG_MATH_EMULATION is not set +CONFIG_MATH_EMULATION=y # CONFIG_KEXEC is not set # CONFIG_CPU_FREQ is not set CONFIG_4xx=y |