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 | 48f996fc41d2f5c8f8ece293f95563c3ba692610 (patch) | |
tree | 534078523ca3863ab2b7f523d352cce844201e84 /package/gmp/Config.in | |
parent | a26e387f5284dde482214eade699d3d64376eca9 (diff) | |
download | upstream-48f996fc41d2f5c8f8ece293f95563c3ba692610.tar.gz upstream-48f996fc41d2f5c8f8ece293f95563c3ba692610.tar.bz2 upstream-48f996fc41d2f5c8f8ece293f95563c3ba692610.zip |
Convert gmp to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@870 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gmp/Config.in')
-rw-r--r-- | package/gmp/Config.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/gmp/Config.in b/package/gmp/Config.in index 132697dffc..d561f67821 100644 --- a/package/gmp/Config.in +++ b/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/ + + |