7710ca63b9
SVN-Revision: 664
15 lines
211 B
Plaintext
15 lines
211 B
Plaintext
config BR2_PACKAGE_PCRE
|
|
prompt "pcre"
|
|
tristate
|
|
default m
|
|
help
|
|
A Perl Compatible Regular Expression library
|
|
|
|
http://www.pcre.org/
|
|
|
|
|
|
config BR2_PACKAGE_LIBPCRE
|
|
tristate
|
|
default BR2_PACKAGE_PCRE
|
|
|