Skip to content
Snippets Groups Projects
Commit 74cd5bc1 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add workaround for occasional kernel module build failures related to kernel config changes

SVN-Revision: 7050
parent 8d17e735
No related merge requests found
......@@ -55,6 +55,7 @@ define Kernel/Configure/Default
endef
define Kernel/CompileModules/Default
rm -f $(LINUX_DIR)/vmlinux $(LINUX_DIR)/System.map
$(MAKE) -j$(CONFIG_JLEVEL) $(KERNEL_MAKEOPTS) CC="$(KERNEL_CC)" modules
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment