summaryrefslogtreecommitdiff
path: root/openwrt/package/pcre/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-18 06:33:29 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-18 06:33:29 +0000
commit7710ca63b917c78e34073e47e94f21a68e8fed14 (patch)
tree4c6e347ee3d25ca4b7ad6dab162d9c082df1d842 /openwrt/package/pcre/Config.in
parentfac1153f38026c1b25ede4829040dc6a7094469e (diff)
downloadmtk-20170518-7710ca63b917c78e34073e47e94f21a68e8fed14.zip
mtk-20170518-7710ca63b917c78e34073e47e94f21a68e8fed14.tar.gz
mtk-20170518-7710ca63b917c78e34073e47e94f21a68e8fed14.tar.bz2
Use common rules and templates, uniformize package Makefile, move ipkg related files to ./ipkg
SVN-Revision: 664
Diffstat (limited to 'openwrt/package/pcre/Config.in')
-rw-r--r--openwrt/package/pcre/Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/openwrt/package/pcre/Config.in b/openwrt/package/pcre/Config.in
index 3aa16d7..370fc76 100644
--- a/openwrt/package/pcre/Config.in
+++ b/openwrt/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
+