Use common rules and templates, uniformize package Makefile, move ipkg related files...
[openwrt.git] / package / pcre / Config.in
1 config BR2_PACKAGE_PCRE
2         prompt "pcre"
3         tristate
4         default m
5         help
6           A Perl Compatible Regular Expression library
7           
8           http://www.pcre.org/
9           
10
11 config BR2_PACKAGE_LIBPCRE
12         tristate
13         default BR2_PACKAGE_PCRE
14