projects
/
12.09
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f0e14
)
hostapd: fix parallel build issues and spurious object file rebuilds (backport of...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Oct 2012 16:02:25 +0000
(16:02 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 6 Oct 2012 16:02:25 +0000
(16:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33632
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index
5d279c5
..
2fbfb98
100644
(file)
--- a/
package/hostapd/Makefile
+++ b/
package/hostapd/Makefile
@@
-238,6
+238,7
@@
define Build/RunMake
$(TARGET_CONFIGURE_OPTS) \
$(DRIVER_MAKEOPTS) \
LIBS="$(TARGET_LDFLAGS)" \
+ BCHECK= \
$(2)
endef