fix stupid error from me
[openwrt.git] / openwrt / package / gmp / Config.in
index c70af8e..2829631 100644 (file)
@@ -1,6 +1,12 @@
-config BR2_PACKAGE_GMP
-       tristate "libgmp"
-       default m
+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.021108 seconds and 4 git commands to generate.