Use common rules and templates, uniformize package Makefile, move ipkg related files...
[openwrt/svn-archive/archive.git] / openwrt / package / pcre / Config.in
index 3aa16d7fdc9258e00a84981bf0f20eb674f52756..370fc763f37b337adae3061799f681f5cc2d4f97 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
+