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 | 1d2586a1b7d497a6f1dc78265b86f3c78f2a6933 (patch) | |
tree | c8417b44eb1ff87a9cf0c1d62901666510515ab3 /openwrt | |
parent | fd211156a8da174ca65d59d79f591fce5b7b06b1 (diff) | |
download | mtk-20170518-1d2586a1b7d497a6f1dc78265b86f3c78f2a6933.zip mtk-20170518-1d2586a1b7d497a6f1dc78265b86f3c78f2a6933.tar.gz mtk-20170518-1d2586a1b7d497a6f1dc78265b86f3c78f2a6933.tar.bz2 |
enable math emulation
SVN-Revision: 4705
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/magicbox-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/magicbox-2.6/config b/openwrt/target/linux/magicbox-2.6/config index b49faf3..0574cb9 100644 --- a/openwrt/target/linux/magicbox-2.6/config +++ b/openwrt/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 |