diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:33:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:33:29 +0000 |
commit | d1f57a6a03fb3a4566e561b9db03d92cea887aa4 (patch) | |
tree | 3d3457fe92beaf91b68c9e033c6549895da70ad6 /package/pcre/Config.in | |
parent | de6f4c48f9f0739d06b107990a3a14d710e95052 (diff) | |
download | upstream-d1f57a6a03fb3a4566e561b9db03d92cea887aa4.tar.gz upstream-d1f57a6a03fb3a4566e561b9db03d92cea887aa4.tar.bz2 upstream-d1f57a6a03fb3a4566e561b9db03d92cea887aa4.zip |
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.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package/pcre/Config.in b/package/pcre/Config.in index 3aa16d7fdc..370fc763f3 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 + |