X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0d342b7e50df8db7b10b67af856d053af3b292b6..d13e173a0ce8a0c61b2facf98386db835c4174d6:/openwrt/package/pcre/Config.in diff --git a/openwrt/package/pcre/Config.in b/openwrt/package/pcre/Config.in index 822701bd4..7bb2de691 100644 --- a/openwrt/package/pcre/Config.in +++ b/openwrt/package/pcre/Config.in @@ -1,13 +1,15 @@ -config BR2_PACKAGE_PCRE - tristate "pcre" +config BR2_COMPILE_PCRE + tristate + default n + depends BR2_PACKAGE_LIBPCRE + +config BR2_PACKAGE_LIBPCRE + prompt "libpcre........................... A Perl Compatible Regular Expression library" + tristate default m if CONFIG_DEVEL + select BR2_COMPILE_PCRE help A Perl Compatible Regular Expression library http://www.pcre.org/ - - -config BR2_PACKAGE_LIBPCRE - tristate - default BR2_PACKAGE_PCRE