From 6f7c61619c99309b08c7da1dac765a716203374b Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 22 Aug 2006 09:50:02 +0000 Subject: [PATCH] Add --enable-natt and --enable-dpd configuration options, closes #700 SVN-Revision: 4619 --- openwrt/package/ipsec-tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openwrt/package/ipsec-tools/Makefile b/openwrt/package/ipsec-tools/Makefile index c1fe597a8c..3548590395 100644 --- a/openwrt/package/ipsec-tools/Makefile +++ b/openwrt/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 -- 2.25.1