diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 02:28:58 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 02:29:27 -0600 |
commit | 222fca319f700e4d648a8994890a39ebc0642e7d (patch) | |
tree | 1aec696026d76e3ff2f34a84b39ffd5bdcf6b79c /package/openvpn | |
parent | 6a2c3683c85b6388718932ea6597ea40612ab95f (diff) |
kernel config style. fixes for allmodconfig.
Diffstat (limited to 'package/openvpn')
-rw-r--r-- | package/openvpn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openvpn/Makefile b/package/openvpn/Makefile index 044d86a71..1ec1112aa 100644 --- a/package/openvpn/Makefile +++ b/package/openvpn/Makefile @@ -13,6 +13,7 @@ PKG_DEPENDS:= ip PKG_BUILDDEP:= openssl PKG_URL:= http://openvpn.net/ PKG_SITES:= http://swupdate.openvpn.org/community/releases/ +PKG_CFLINE_OPENVPN:= select ADK_KERNEL_TUN m PKG_FLAVOURS_OPENVPN:= WITH_LZO WITH_MANAGEMENT WITH_HTTPPROXY WITH_SOCKS PKGFD_WITH_LZO:= enable lzo compression support |