From 87d68c1dcee13e34226eb4d182779b7ebc3ac2be Mon Sep 17 00:00:00 2001 From: Florian Fainelli 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(+) (limited to 'package/ipsec-tools/Makefile') diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index c1fe597a8c..3548590395 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