diff options
author | John Voltz <john.voltz@gmail.com> | 2008-04-24 16:56:06 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-04-24 16:56:06 +0000 |
commit | 3dfdc141809e2552dc8a558f72c3a6f0e30936f1 (patch) | |
tree | 438d11ec6b42cf334e23e6cf679a7af03a26f5dc /package/pcre/Config.in | |
parent | 676797d57f33fbe9d5adc81932847154ebd1ce93 (diff) | |
download | buildroot-novena-3dfdc141809e2552dc8a558f72c3a6f0e30936f1.tar.gz buildroot-novena-3dfdc141809e2552dc8a558f72c3a6f0e30936f1.zip |
add pcre
Diffstat (limited to 'package/pcre/Config.in')
-rw-r--r-- | package/pcre/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/pcre/Config.in b/package/pcre/Config.in new file mode 100644 index 000000000..d26a2715a --- /dev/null +++ b/package/pcre/Config.in @@ -0,0 +1,5 @@ +config BR2_PACKAGE_PCRE + bool "pcre" + default n + help + Perl Compatible Regular Expressions |