diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-15 10:34:22 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-15 10:34:22 +0000 |
commit | 5d683a23366d27c39acf3a1d4aa9170be2f4ddde (patch) | |
tree | 1e92e95103fabd35759e6dc4f56c14334ed70cab /package/Makefile | |
parent | 0b5b57048725b624f663d15675b0b4072fe14905 (diff) |
add pptp client
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@376 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 5bf8c67f18..9fcdb6a055 100644 --- a/package/Makefile +++ b/package/Makefile @@ -18,6 +18,7 @@ package-$(BR2_PACKAGE_OPENSSL) += openssl package-$(BR2_PACKAGE_OPENVPN) += openvpn package-$(BR2_PACKAGE_PCRE) += pcre package-$(BR2_PACKAGE_POPT) += popt +package-$(BR2_PACKAGE_PPTP) += pptp package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_IPROUTE2) += iproute2 package-$(BR2_PACKAGE_HASERL) += haserl |