aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-16 16:29:00 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-16 16:29:00 +0000
commit6276c75cafea06dcd2126f9c186632720ab6c00c (patch)
treec8a54a49ea632f360dd75012d7ee6006f8912689 /package
parent6d6c39343adefd74ee5d27ccf91977c99f2cb8ec (diff)
downloadupstream-6276c75cafea06dcd2126f9c186632720ab6c00c.tar.gz
upstream-6276c75cafea06dcd2126f9c186632720ab6c00c.tar.bz2
upstream-6276c75cafea06dcd2126f9c186632720ab6c00c.zip
mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes #4634)
SVN-Revision: 14530
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 931a376fa8..16360b373b 100644
--- 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