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 | 2adfbaaa8d5265bd670ce14c6702c2109f3d9a13 (patch) | |
tree | 0f781fc3db1968d9c62a8c4ed8c7e2c455c20a67 /openwrt/package/Makefile | |
parent | db9f4fe17e8e987de14e1a6ddabc915462451bc2 (diff) | |
download | mtk-20170518-2adfbaaa8d5265bd670ce14c6702c2109f3d9a13.zip mtk-20170518-2adfbaaa8d5265bd670ce14c6702c2109f3d9a13.tar.gz mtk-20170518-2adfbaaa8d5265bd670ce14c6702c2109f3d9a13.tar.bz2 |
Add popt package
SVN-Revision: 317
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 638a0eb..39c5b9c 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 |