diff options
Diffstat (limited to 'openwrt/package/pcre/Config.in')
-rw-r--r-- | openwrt/package/pcre/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openwrt/package/pcre/Config.in b/openwrt/package/pcre/Config.in index 370fc76..822701b 100644 --- a/openwrt/package/pcre/Config.in +++ b/openwrt/package/pcre/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_PCRE - prompt "pcre" - tristate - default m + tristate "pcre" + default m if CONFIG_DEVEL help A Perl Compatible Regular Expression library |