aboutsummaryrefslogtreecommitdiffstats
path: root/package/pcre/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-03-08 03:58:04 +0000
committerNicolas Thill <nico@openwrt.org>2005-03-08 03:58:04 +0000
commit65a3527553584226474fd989a3cf4d2f990045e1 (patch)
treed4c26e3a668b8db82a8fa6aa8b5e4f7084d5cb2f /package/pcre/Config.in
parent0f0fb4b9cd7b7f099db497cffe7cc74f9f4ec1a8 (diff)
downloadupstream-65a3527553584226474fd989a3cf4d2f990045e1.tar.gz
upstream-65a3527553584226474fd989a3cf4d2f990045e1.tar.bz2
upstream-65a3527553584226474fd989a3cf4d2f990045e1.zip
Add pcre package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@349 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pcre/Config.in')
-rw-r--r--package/pcre/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/pcre/Config.in b/package/pcre/Config.in
new file mode 100644
index 0000000000..3aa16d7fdc
--- /dev/null
+++ b/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/
+
+