disable speedbooster if wds is enabled
[openwrt.git] / openwrt / package / gmp / Config.in
index 132697d..2829631 100644 (file)
@@ -1,6 +1,12 @@
-config BR2_PACKAGE_GMP
-       tristate "libgmp"
+config BR2_PACKAGE_LIBGMP
+       tristate "libgmp - GNU multiprecision arithmetic library"
        default m if CONFIG_DEVEL
        help
-         libgmp
+         GNU multiprecision arithmetic library
+         
+         http://www.swox.com/gmp/
          
+
+config BR2_PACKAGE_GMP
+       tristate
+       default BR2_PACKAGE_LIBGMP
This page took 0.023969 seconds and 4 git commands to generate.