move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the...
[openwrt/openwrt.git] / openwrt / package / curl / Config.in
diff --git a/openwrt/package/curl/Config.in b/openwrt/package/curl/Config.in
deleted file mode 100644 (file)
index 9f8768c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-config BR2_COMPILE_CURL
-       tristate
-       default n
-       depends BR2_PACKAGE_LIBCURL
-
-config BR2_PACKAGE_LIBCURL
-       prompt "libcurl........................... A client-side URL transfer library"
-       tristate
-       default m if CONFIG_DEVEL
-       select BR2_COMPILE_CURL
-       select BR2_PACKAGE_LIBOPENSSL
-       select BR2_PACKAGE_ZLIB
-       help
-         A client-side URL transfer library.
-         
-         http://curl.haxx.se/
-
-config BR2_PACKAGE_CURL
-       prompt   "curl............................ A client-side URL transfer tool"
-       tristate
-       default m if CONFIG_DEVEL
-       depends BR2_PACKAGE_LIBCURL
-       help
-         A client-side URL transfer tool.
-         
-         http://curl.haxx.se/
-