mirror of
https://github.com/ACwifidude/openwrt.git
synced 2024-02-16 17:59:01 +08:00
add workaround for occasional kernel module build failures related to kernel config changes
SVN-Revision: 7050
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user