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

fix kernel_menuconfig

SVN-Revision: 8726
parent c9784f08
No related branches found
No related tags found
Loading
...@@ -79,7 +79,7 @@ define BuildKernel ...@@ -79,7 +79,7 @@ define BuildKernel
oldconfig menuconfig: $(STAMP_PREPARED) FORCE oldconfig menuconfig: $(STAMP_PREPARED) FORCE
$(Kernel/Configure) $(Kernel/Configure)
$(LINUX_CONFCMD) > $(LINUX_DIR)/.config $(LINUX_CONFCMD) > $(LINUX_DIR)/.config
$(MAKE) -C $(LINUX_DIR) $(KERNEL_MAKEOPTS) $@ $(MAKE) -C $(LINUX_DIR) $(KERNEL_MAKEOPTS) $$@
$(SCRIPT_DIR)/kconfig.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(LINUX_CONFIG) $(SCRIPT_DIR)/kconfig.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(LINUX_CONFIG)
install: $(LINUX_DIR)/.image install: $(LINUX_DIR)/.image
......
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