diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-08 03:58:04 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-08 03:58:04 +0000 |
commit | 65a3527553584226474fd989a3cf4d2f990045e1 (patch) | |
tree | d4c26e3a668b8db82a8fa6aa8b5e4f7084d5cb2f /package/Makefile | |
parent | 0f0fb4b9cd7b7f099db497cffe7cc74f9f4ec1a8 (diff) | |
download | upstream-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/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 83ed49e468..a0aa4caa94 100644 --- a/package/Makefile +++ b/package/Makefile @@ -15,6 +15,7 @@ package-$(BR2_PACKAGE_ZLIB) += zlib package-$(BR2_PACKAGE_MATRIXSSL) += matrixssl package-$(BR2_PACKAGE_OPENSSL) += openssl package-$(BR2_PACKAGE_OPENVPN) += openvpn +package-$(BR2_PACKAGE_PCRE) += pcre package-$(BR2_PACKAGE_POPT) += popt package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_IPROUTE2) += iproute2 |