diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-13 03:36:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-13 03:36:39 +0000 |
commit | b7c7e8ce55fced3e34143e03090c42a2f47d88c6 (patch) | |
tree | 787a644c0436d99884c24104e8e18fe213b8a132 /openwrt/package/gmp/Config.in | |
parent | 1cf63f4ac31904b63cf6fb5606a16813b6a52ff2 (diff) | |
download | mtk-20170518-b7c7e8ce55fced3e34143e03090c42a2f47d88c6.zip mtk-20170518-b7c7e8ce55fced3e34143e03090c42a2f47d88c6.tar.gz mtk-20170518-b7c7e8ce55fced3e34143e03090c42a2f47d88c6.tar.bz2 |
Convert gmp to new packaging style
SVN-Revision: 870
Diffstat (limited to 'openwrt/package/gmp/Config.in')
-rw-r--r-- | openwrt/package/gmp/Config.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/openwrt/package/gmp/Config.in b/openwrt/package/gmp/Config.in index 132697d..d561f67 100644 --- a/openwrt/package/gmp/Config.in +++ b/openwrt/package/gmp/Config.in @@ -1,6 +1,9 @@ -config BR2_PACKAGE_GMP +config BR2_PACKAGE_LIBGMP tristate "libgmp" default m if CONFIG_DEVEL help - libgmp + GNU multiprecision arithmetic library + http://www.swox.com/gmp/ + + |