hostapd: enable parallel build
SVN-Revision: 33419
This commit is contained in:
parent
fb2b3c9eae
commit
cfbb7d9b22
1 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,8 @@ PKG_SOURCE_VERSION:=$(PKG_REV)
|
|||
PKG_SOURCE_PROTO:=git
|
||||
PKG_MIRROR_MD5SUM:=2732dbca58b0aaaebdad69e13588d058
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_BUILD_DEPENDS:= \
|
||||
PACKAGE_kmod-madwifi:madwifi \
|
||||
|
||||
|
@ -232,7 +234,7 @@ endif
|
|||
|
||||
define Build/RunMake
|
||||
CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/$(1) \
|
||||
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/$(1) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(DRIVER_MAKEOPTS) \
|
||||
LIBS="$(TARGET_LDFLAGS)" \
|
||||
|
|
Loading…
Reference in a new issue