X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3817a7225bf45ebd6085c673c6a146ec4f67d1c7..25ea0c2afb9795e9ba7a5446af302e522c3b606f:/package/pcre/Config.in?ds=sidebyside diff --git a/package/pcre/Config.in b/package/pcre/Config.in index 370fc763f..1e880e31c 100644 --- a/package/pcre/Config.in +++ b/package/pcre/Config.in @@ -1,14 +1,13 @@ -config BR2_PACKAGE_PCRE - prompt "pcre" - tristate - default m +config BR2_PACKAGE_LIBPCRE + tristate "libpcre - a Perl Compatible Regular Expression library" + default m if CONFIG_DEVEL help A Perl Compatible Regular Expression library http://www.pcre.org/ -config BR2_PACKAGE_LIBPCRE +config BR2_PACKAGE_PCRE tristate - default BR2_PACKAGE_PCRE + default BR2_PACKAGE_LIBPCRE