diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-15 00:58:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-15 00:58:07 +0000 |
commit | 27b694c330b2f14e29a87ad0683db17827f60f8e (patch) | |
tree | 4245fec06062680540caf43a6f997d4b8d459004 /openwrt/package/Makefile | |
parent | 47b8d981f924fffcee2dd12570ae1ccc579631ab (diff) | |
download | mtk-20170518-27b694c330b2f14e29a87ad0683db17827f60f8e.zip mtk-20170518-27b694c330b2f14e29a87ad0683db17827f60f8e.tar.gz mtk-20170518-27b694c330b2f14e29a87ad0683db17827f60f8e.tar.bz2 |
add ptunnel (PingTunnel) (thanks to Romain Beauxis)
SVN-Revision: 2676
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 638a0bc..0ce945e 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -163,6 +163,7 @@ package-$(BR2_PACKAGE_PPP) += ppp package-$(BR2_PACKAGE_PPTP) += pptp package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_PSYBNC) += psybnc +package-$(BR2_PACKAGE_PTUNNEL) += ptunnel package-$(BR2_PACKAGE_QUAGGA) += quagga package-$(BR2_PACKAGE_RADVD) += radvd package-$(BR2_PACKAGE_RARPD) += rarpd @@ -305,6 +306,7 @@ peercast-compile: uclibc++-compile portmap-compile: tcp_wrappers-compile postgresql-compile: zlib-compile ppp-compile: linux-atm-compile +ptunnel-compile: libpcap-compile quagga-compile: readline-compile ncurses-compile raddump-compile: openssl-compile libpcap-compile rarpd-compile: libnet-compile |