diff options
Diffstat (limited to 'openwrt/package/pcre/Config.in')
-rw-r--r-- | openwrt/package/pcre/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/pcre/Config.in b/openwrt/package/pcre/Config.in new file mode 100644 index 000000000..3aa16d7fd --- /dev/null +++ b/openwrt/package/pcre/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PCRE + tristate "pcre" + default m + help + A Perl Compatible Regular Expression library + + http://www.pcre.org/ + + |