projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a4c38b
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4619
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ipsec-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/ipsec-tools/Makefile
b/package/ipsec-tools/Makefile
index
c1fe597
..
3548590
100644
(file)
--- 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