fix lua build broken by [2333]
[openwrt.git] / openwrt / package / curl / Config.in
index 6f36055..f3bf79f 100644 (file)
@@ -4,9 +4,9 @@ config BR2_COMPILE_CURL
        depends BR2_PACKAGE_LIBCURL
 
 config BR2_PACKAGE_LIBCURL
-       tristate "libcurl - A client-side URL transfer library"
-#      default m if CONFIG_DEVEL
-       default n
+       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
@@ -14,16 +14,14 @@ config BR2_PACKAGE_LIBCURL
          A client-side URL transfer library.
          
          http://curl.haxx.se/
-         
 
 config BR2_PACKAGE_CURL
-       tristate "curl - A client-side URL transfer tool"
-#      default m if CONFIG_DEVEL
-       default n
+       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/
-         
 
This page took 0.019462 seconds and 4 git commands to generate.