X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2d2de20c87800851bdfde176239df326bd79ea50..be49e4aef8ad7e17aacf11cf3792bad7a877a7bf:/package/gmp/Config.in diff --git a/package/gmp/Config.in b/package/gmp/Config.in index 132697dff..28296318b 100644 --- a/package/gmp/Config.in +++ b/package/gmp/Config.in @@ -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