diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-13 09:37:29 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-13 09:37:29 +0000 |
commit | f4af9e6ffa08d46109f621030f33466073298245 (patch) | |
tree | 62eb4934809afd3c9b7b9787d26fd1a78a6cbfb3 /openwrt/package/Makefile | |
parent | 4ed1388b2c8c5abef5f656b1d31e15e577179009 (diff) |
Added vpnc, a cicso3000 vpn concentrator client
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2647 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 ea902e4aac..af04601fe2 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -206,6 +206,7 @@ package-$(BR2_PACKAGE_USTL) += ustl package-$(BR2_COMPILE_UTIL_LINUX) += util-linux package-$(BR2_PACKAGE_UDEV) += udev package-$(BR2_PACKAGE_VGP) += vgp +package-$(BR2_PACKAGE_VPNC) += vpnc package-$(BR2_PACKGE_VRRPD) += vrrpd package-$(BR2_PACKAGE_VTUN) += vtun package-$(BR2_PACKAGE_VSFTPD) += vsftpd @@ -314,6 +315,7 @@ tcpdump-compile: libpcap-compile tinc-compile: zlib-compile openssl-compile liblzo-compile tor-compile: libevent-compile openssl-compile zlib-compile usbutils-compile: libusb-compile +vpnc-compile: libgcrypt-compile libgpg-error-compile vtun-compile: zlib-compile openssl-compile liblzo-compile wificonf-compile: wireless-tools-compile nvram-compile wknock-compile: libpcap-compile |