iptables: Fix build failure due to race

This commit is contained in:
MilhouseVH 2015-12-31 23:00:47 +00:00
parent 21e53f27bc
commit 37046c6749

View File

@ -33,3 +33,5 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--with-kernel=$(kernel_path)"
MAKEFLAGS="-j1"