diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-09 16:33:30 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-09 16:33:30 +0000 |
commit | 0d4a1d75d3a9e348771b918fcd48e56d1dcd21e5 (patch) | |
tree | 00b3c2f68fee209f8277ae9adb68ac4e55ef50c1 /package | |
parent | d342cacb2c070a531470d69d286de6024b921b61 (diff) |
Enable adminport feature of ipsec-tools (#2750)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9687 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/ipsec-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index f17bd17c8..eecdd1573 100644 --- a/package/ipsec-tools/Makefile +++ b/package/ipsec-tools/Makefile @@ -38,7 +38,8 @@ CONFIGURE_ARGS += \ --enable-dpd \ --enable-hybrid \ --enable-security-context=no \ - --enable-natt + --enable-natt \ + --enable-adminport define Build/Configure (cd $(PKG_BUILD_DIR); touch \ |