From: florian 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.rohieb.name/openwrt.git/commitdiff_plain/591d35c383af5a72b8c07aa261a2650077ce4a39 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 --- 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