Browse Source

aircrack-ng: disable for now, needs OpenSSL rc4

Waldemar Brodkorb 3 months ago
parent
commit
c1de1e9423
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/aircrack-ng/Makefile

+ 3 - 0
package/aircrack-ng/Makefile

@@ -17,6 +17,9 @@ PKG_SITES:=		http://download.aircrack-ng.org/
 # do not build parallel, otherwise libosdep.a may not be ready when compiling airtun-ng
 # do not build parallel, otherwise libosdep.a may not be ready when compiling airtun-ng
 PKG_NOPARALLEL:=	1
 PKG_NOPARALLEL:=	1
 
 
+# for wep it needs rc4 in openssl, which is disabled at the moment
+PKG_CFLINE_AIRCRACK_NG:=depends on ADK_BROKEN
+
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 
 
 include $(ADK_TOPDIR)/mk/package.mk
 include $(ADK_TOPDIR)/mk/package.mk