diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-08 03:58:04 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-08 03:58:04 +0000 |
commit | e453c6a39492a2fe97ce38c354b2b9a9657eb190 (patch) | |
tree | 706d52e34024da20b8bb163b9d4db9e4c3803d4d /openwrt/package/pcre/Config.in | |
parent | d9677b625fc48d2c0979fa9811889ce94a1d435e (diff) | |
download | mtk-20170518-e453c6a39492a2fe97ce38c354b2b9a9657eb190.zip mtk-20170518-e453c6a39492a2fe97ce38c354b2b9a9657eb190.tar.gz mtk-20170518-e453c6a39492a2fe97ce38c354b2b9a9657eb190.tar.bz2 |
Add pcre package
SVN-Revision: 349
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 0000000..3aa16d7 --- /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/ + + |