Merge pull request #4552 from MilhouseVH/fix_iptables_race

iptables: Fix build failure due to race
This commit is contained in:
Stephan Raue 2016-01-01 15:53:21 +01:00
commit aa756c4389

View File

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