X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a6a63fe75c898e18ff08d53ee912c420eea768fd..30f510674a1313843bf364a9f1a5a59dc2f7c6db:/package/pcre/Config.in?ds=sidebyside diff --git a/package/pcre/Config.in b/package/pcre/Config.in index 3aa16d7fd..822701bd4 100644 --- a/package/pcre/Config.in +++ b/package/pcre/Config.in @@ -1,9 +1,13 @@ config BR2_PACKAGE_PCRE tristate "pcre" - default m + default m if CONFIG_DEVEL help A Perl Compatible Regular Expression library http://www.pcre.org/ +config BR2_PACKAGE_LIBPCRE + tristate + default BR2_PACKAGE_PCRE +