Ver código fonte

mac80211: remove '$(PKG_BUILD_DIR)/modules' before compilation (closes #4634)

SVN-Revision: 14530
Gabor Juhos 17 anos atrás
pai
commit
6276c75caf
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      package/mac80211/Makefile

+ 1 - 0
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