summaryrefslogtreecommitdiffstats
path: root/package/pcre/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-18 06:33:29 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-18 06:33:29 +0000
commit3817a7225bf45ebd6085c673c6a146ec4f67d1c7 (patch)
tree3d3457fe92beaf91b68c9e033c6549895da70ad6 /package/pcre/Config.in
parent0962f3f886c1db9a5f80167e8ea01c6270b1be34 (diff)
Use common rules and templates, uniformize package Makefile, move ipkg related files to ./ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@664 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pcre/Config.in')
-rw-r--r--package/pcre/Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/pcre/Config.in b/package/pcre/Config.in
index 3aa16d7fd..370fc763f 100644
--- a/package/pcre/Config.in
+++ b/package/pcre/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_PCRE
- tristate "pcre"
+ prompt "pcre"
+ tristate
default m
help
A Perl Compatible Regular Expression library
@@ -7,3 +8,7 @@ config BR2_PACKAGE_PCRE
http://www.pcre.org/
+config BR2_PACKAGE_LIBPCRE
+ tristate
+ default BR2_PACKAGE_PCRE
+