diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 12:30:39 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-06 12:30:39 +0000 |
commit | 26849323b91b39951eef06421fd035fd8914071f (patch) | |
tree | f5dc0d0ca3779090ee2aeef87696d6d991e956f0 /package/Makefile | |
parent | a23ed95f5d50b550a911737b5eccf1576aafe10e (diff) |
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 |