diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-15 00:58:07 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-15 00:58:07 +0000 |
commit | f8b6cc52d451170582282d2e4fb37288c95f9484 (patch) | |
tree | 9b23c8bb57b6d500b01d9ddc5df1028c0173ba22 /openwrt/package/Makefile | |
parent | c8737aef24173486eea70bb50df02a2ed2ad0b52 (diff) |
add ptunnel (PingTunnel) (thanks to Romain Beauxis)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2676 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 638a0bc51c..0ce945e3bc 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 |