diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 16:36:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-24 16:36:52 +0200 |
commit | 82cce6038c7fc05bf1107613fc4b5d3ba8aceb83 (patch) | |
tree | 3ed19c48bfe55c1a95e7e34ec7798fb13a23922f /package/tntnet | |
parent | 24092f8e8b58464e33d163d8dee9e864895b50a5 (diff) | |
parent | ba1dbc96f36abce072ac39a33bb0bd85e12a4e97 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/tntnet')
-rw-r--r-- | package/tntnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tntnet/Makefile b/package/tntnet/Makefile index dc6e8596f..a7237bbc1 100644 --- a/package/tntnet/Makefile +++ b/package/tntnet/Makefile @@ -15,7 +15,7 @@ PKG_URL:= http://www.tntnet.org/ PKG_SITES:= http://www.tntnet.org/download/ PKG_NEED_CXX:= 1 -PKG_ARCH_DEPENDS:= !arm !avr32 +PKG_ARCH_DEPENDS:= !arm !avr32 !m68k PKG_CHOICES_TNTNET:= WITHOUT_SSL WITH_OPENSSL WITH_GNUTLS PKGCD_WITHOUT_SSL:= use no SSL |