aircrack-ng is not 100% parallel safe. Disable parallel build.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23833 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-11-03 18:27:15 +00:00
parent e547941939
commit 5e52ea1e20

View File

@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://download.aircrack-ng.org/ \
http://archive.aircrack-ng.org/aircrack-ng/$(PKG_VERSION)/
PKG_MD5SUM:=f7a24ed8fad122c4187d06bfd6f998b4
PKG_BUILD_PARALLEL:=1
PKG_BUILD_PARALLEL:=0
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk