diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-08-22 09:50:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-08-22 09:50:02 +0000 |
commit | 6f7c61619c99309b08c7da1dac765a716203374b (patch) | |
tree | 82148ad44a29a246a0f2d96c178e0a627d6f4620 /openwrt/package | |
parent | d8cb7ff884d6d140cbcd9484206203ba2022dab1 (diff) | |
download | mtk-20170518-6f7c61619c99309b08c7da1dac765a716203374b.zip mtk-20170518-6f7c61619c99309b08c7da1dac765a716203374b.tar.gz mtk-20170518-6f7c61619c99309b08c7da1dac765a716203374b.tar.bz2 |
Add --enable-natt and --enable-dpd configuration options, closes #700
SVN-Revision: 4619
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/ipsec-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/ipsec-tools/Makefile b/openwrt/package/ipsec-tools/Makefile index c1fe597..3548590 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 |