projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f3744c
)
hostapd: enable parallel build
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 11:37:07 +0000
(11:37 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 11:37:07 +0000
(11:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33419
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index
295efd0
..
5e2452e
100644
(file)
--- a/
package/hostapd/Makefile
+++ b/
package/hostapd/Makefile
@@
-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)" \