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

fix kernel config on kernel_menuconfig abort

SVN-Revision: 11076
parent a7b3ffc1
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ define BuildKernel
oldconfig menuconfig: $(STAMP_PREPARED) FORCE
$(LINUX_CONFCMD) > $(LINUX_DIR)/.config
touch $(LINUX_CONFIG)
$(MAKE) -C $(LINUX_DIR) $(KERNEL_MAKEOPTS) $$@
$(SCRIPT_DIR)/kconfig.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(LINUX_CONFIG)
$(Kernel/Configure)
......
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