From 591d35c383af5a72b8c07aa261a2650077ce4a39 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 22 Aug 2006 09:50:02 +0000 Subject: Add --enable-natt and --enable-dpd configuration options, closes #700 git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4619 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ipsec-tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index c1fe597a8..354859039 100644 --- a/package/ipsec-tools/Makefile +++ b/package/ipsec-tools/Makefile @@ -72,6 +72,8 @@ define Build/Configure --with-openssl="$(STAGING_DIR)/usr" \ --without-libradius \ --without-libpam \ + --enable-dpd \ + --enable-natt \ ); endef -- cgit v1.2.3