summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-16 16:29:00 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-16 16:29:00 +0000
commitc5b887bb6a5fb4b4807ffc0c7fe45d99a7efa0b4 (patch)
tree22576c76f96d8572a4e723086965671d370b6966 /package
parent1ea430e99f3f84c5b9e859243e45a8200afe670d (diff)
[package] mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes #4634)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14530 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 931a376fa..16360b373 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