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

SVN-Revision: 14530
v19.07.3_mercusys_ac12_duma
Gabor Juhos 15 years ago
parent 6d6c39343a
commit 6276c75caf

@ -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

Loading…
Cancel
Save