diff options
| author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-15 10:34:22 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-15 10:34:22 +0000 |
| commit | 7d558d8edbf9ce8f7302c9d8029b366cd083476f (patch) | |
| tree | 1e92e95103fabd35759e6dc4f56c14334ed70cab /package/Makefile | |
| parent | 8ee2ffa155fb0e67eb9658f07c3cf7a1d1ac094c (diff) | |
| download | upstream-7d558d8edbf9ce8f7302c9d8029b366cd083476f.tar.gz upstream-7d558d8edbf9ce8f7302c9d8029b366cd083476f.tar.bz2 upstream-7d558d8edbf9ce8f7302c9d8029b366cd083476f.zip | |
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 5bf8c67f185..9fcdb6a0552 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 |
