Add --enable-natt and --enable-dpd configuration options, closes #700
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 22 Aug 2006 09:50:02 +0000 (09:50 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 22 Aug 2006 09:50:02 +0000 (09:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4619 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/ipsec-tools/Makefile

index c1fe597a8cda22f44aa55c86cf94ea183390a6ec..354859039568f4d0bd08592575b3fcbd9945b500 100644 (file)
@@ -72,6 +72,8 @@ define Build/Configure
                        --with-openssl="$(STAGING_DIR)/usr" \
                        --without-libradius \
                        --without-libpam \
+                       --enable-dpd \
+                       --enable-natt \
        );
 endef