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/tinc | |
parent | 6a2c3683c85b6388718932ea6597ea40612ab95f (diff) |
kernel config style. fixes for allmodconfig.
Diffstat (limited to 'package/tinc')
-rw-r--r-- | package/tinc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tinc/Makefile b/package/tinc/Makefile index 0a7661a6c..a9adad559 100644 --- a/package/tinc/Makefile +++ b/package/tinc/Makefile @@ -13,6 +13,7 @@ PKG_DEPENDS:= zlib liblzo libopenssl PKG_BUILDDEP:= zlib liblzo openssl PKG_URL:= http://www.tinc-vpn.org/ PKG_SITES:= http://www.tinc-vpn.org/packages/ +PKG_CFLINE_TINC:= select ADK_KERNEL_TUN m DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |