diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-08-30 04:02:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-30 04:02:21 +0000 |
commit | 0733f50e857b005dd1bdd9b6b8415d1f974a5a6c (patch) | |
tree | f0cb5d1aa334e402febb9ea75975843711a68917 /target | |
parent | 491afa06d62945c035a4c2a03daa7e3163628030 (diff) | |
download | upstream-0733f50e857b005dd1bdd9b6b8415d1f974a5a6c.tar.gz upstream-0733f50e857b005dd1bdd9b6b8415d1f974a5a6c.tar.bz2 upstream-0733f50e857b005dd1bdd9b6b8415d1f974a5a6c.zip |
enable math emulation
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4705 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 b49faf30fc..0574cb9834 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 |