X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/818f981f7736524e5da3bc287471245e8bab8d68..de4ed9672b2244938b009d45fcb6b6e92276283d:/openwrt/package/pcre/Config.in diff --git a/openwrt/package/pcre/Config.in b/openwrt/package/pcre/Config.in index 370fc763f..7bb2de691 100644 --- a/openwrt/package/pcre/Config.in +++ b/openwrt/package/pcre/Config.in @@ -1,14 +1,15 @@ -config BR2_PACKAGE_PCRE - prompt "pcre" +config BR2_COMPILE_PCRE tristate - default m + 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