mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 18:31:06 +02:00
[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
This commit is contained in:
parent
1ea430e99f
commit
c5b887bb6a
@ -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…
x
Reference in New Issue
Block a user