From: Florian Fainelli Date: Tue, 22 Aug 2006 09:50:02 +0000 (+0000) Subject: Add --enable-natt and --enable-dpd configuration options, closes #700 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6f7c61619c99309b08c7da1dac765a716203374b;p=librecmc%2Flibrecmc.git Add --enable-natt and --enable-dpd configuration options, closes #700 SVN-Revision: 4619 --- 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