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:
e09a482
)
[package] mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes...
author
Gabor Juhos
<juhosg@openwrt.org>
Mon, 16 Feb 2009 16:29:00 +0000
(16:29 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Mon, 16 Feb 2009 16:29:00 +0000
(16:29 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14530
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index
931a376
..
16360b3
100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-384,6
+384,7
@@
endef
ifneq ($(CONFIG_PACKAGE_kmod-mac80211),)
define Build/Compile/kmod
+ rm -rf $(PKG_BUILD_DIR)/modules
$(MAKE) -C "$(PKG_BUILD_DIR)" $(MAKE_OPTS) all
endef
endif