Add --enable-natt and --enable-dpd configuration options, closes #700
authorFlorian Fainelli <florian@openwrt.org>
Tue, 22 Aug 2006 09:50:02 +0000 (09:50 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 22 Aug 2006 09:50:02 +0000 (09:50 +0000)
SVN-Revision: 4619

openwrt/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