aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/gmp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/gmp/Config.in')
-rw-r--r--openwrt/package/gmp/Config.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/openwrt/package/gmp/Config.in b/openwrt/package/gmp/Config.in
deleted file mode 100644
index 1e995a7340..0000000000
--- a/openwrt/package/gmp/Config.in
+++ /dev/null
@@ -1,15 +0,0 @@
-config BR2_COMPILE_GMP
- tristate
- default n
- depends BR2_PACKAGE_LIBGMP
-
-config BR2_PACKAGE_LIBGMP
- prompt "libgmp............................ GNU multiprecision arithmetic library"
- tristate
- default m if CONFIG_DEVEL
- select BR2_COMPILE_GMP
- help
- GNU multiprecision arithmetic library
-
- http://www.swox.com/gmp/
-