Use common rules and templates, uniformize package Makefile, move ipkg related files...
[openwrt.git] / openwrt / package / pcre / Config.in
index 3aa16d7..370fc76 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PCRE
-       tristate "pcre"
+       prompt "pcre"
+       tristate
        default m
        help
          A Perl Compatible Regular Expression library
@@ -7,3 +8,7 @@ config BR2_PACKAGE_PCRE
          http://www.pcre.org/
          
 
+config BR2_PACKAGE_LIBPCRE
+       tristate
+       default BR2_PACKAGE_PCRE
+
This page took 0.02504 seconds and 4 git commands to generate.