diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-06 12:30:39 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-06 12:30:39 +0000 |
commit | 36b5569187c143ad6af0877056b592298ee27723 (patch) | |
tree | f5dc0d0ca3779090ee2aeef87696d6d991e956f0 /package/Makefile | |
parent | 5cbb00fa95243d475c1342cd24848d162016a507 (diff) | |
download | upstream-36b5569187c143ad6af0877056b592298ee27723.tar.gz upstream-36b5569187c143ad6af0877056b592298ee27723.tar.bz2 upstream-36b5569187c143ad6af0877056b592298ee27723.zip |
Add popt package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@317 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 638a0ebc28..39c5b9cc66 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_POPT) += popt package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_IPROUTE2) += iproute2 |