X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6f22b3f9f693ab2dce37662a867f9e6d8aff34a8..842469cc1e4e7e46b205aa64a3d8ed2aff4a6ea9:/openwrt/package/pcre/Config.in diff --git a/openwrt/package/pcre/Config.in b/openwrt/package/pcre/Config.in index 3aa16d7fd..822701bd4 100644 --- a/openwrt/package/pcre/Config.in +++ b/openwrt/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 +