diff options
Diffstat (limited to 'openwrt/package/pcre/Config.in')
-rw-r--r-- | openwrt/package/pcre/Config.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/openwrt/package/pcre/Config.in b/openwrt/package/pcre/Config.in index 3aa16d7fd..370fc763f 100644 --- a/openwrt/package/pcre/Config.in +++ b/openwrt/package/pcre/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_PCRE - tristate "pcre" + prompt "pcre" + tristate default m help A Perl Compatible Regular Expression library @@ -7,3 +8,7 @@ config BR2_PACKAGE_PCRE http://www.pcre.org/ +config BR2_PACKAGE_LIBPCRE + tristate + default BR2_PACKAGE_PCRE + |