projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8cb7ff
)
Add --enable-natt and --enable-dpd configuration options, closes #700
author
Florian Fainelli
<florian@openwrt.org>
Tue, 22 Aug 2006 09:50:02 +0000
(09:50 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 22 Aug 2006 09:50:02 +0000
(09:50 +0000)
SVN-Revision: 4619
openwrt/package/ipsec-tools/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/ipsec-tools/Makefile
b/openwrt/package/ipsec-tools/Makefile
index c1fe597a8cda22f44aa55c86cf94ea183390a6ec..354859039568f4d0bd08592575b3fcbd9945b500 100644
(file)
--- 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