mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes #4634)
SVN-Revision: 14530
This commit is contained in:
parent
6d6c39343a
commit
6276c75caf
1 changed files with 1 additions and 0 deletions
|
@ -384,6 +384,7 @@ endef
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_kmod-mac80211),)
|
ifneq ($(CONFIG_PACKAGE_kmod-mac80211),)
|
||||||
define Build/Compile/kmod
|
define Build/Compile/kmod
|
||||||
|
rm -rf $(PKG_BUILD_DIR)/modules
|
||||||
$(MAKE) -C "$(PKG_BUILD_DIR)" $(MAKE_OPTS) all
|
$(MAKE) -C "$(PKG_BUILD_DIR)" $(MAKE_OPTS) all
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue