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 | 588c210a4700e2a91be943a33707487a190d9d70 (patch) | |
tree | 0f781fc3db1968d9c62a8c4ed8c7e2c455c20a67 /openwrt/package/Makefile | |
parent | 5ae47a7df76437a78e027d4714504fcb260ea579 (diff) |
Add popt package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@317 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 638a0ebc2..39c5b9cc6 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |