blob: 822701bd44f5c3d5a41c7f3f51ed3dee3bf2631f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_PACKAGE_PCRE
tristate "pcre"
default m if CONFIG_DEVEL
help
A Perl Compatible Regular Expression library
http://www.pcre.org/
config BR2_PACKAGE_LIBPCRE
tristate
default BR2_PACKAGE_PCRE
|