X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f52d66ff00b24111f87c274d3d7085ef2e1d27b1..510e7a28621ec654ea104e817c772f01f5364406:/target/linux/Makefile diff --git a/target/linux/Makefile b/target/linux/Makefile index 8682fc2b9..c15d81999 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -11,7 +11,6 @@ download: $(MAKE) -C $(BOARD)-$(KERNEL) download prepare: - rm -f $(TOPDIR)/.kernel.mk $(MAKE) -C $(BOARD)-$(KERNEL) prepare compile: @@ -20,5 +19,8 @@ compile: install: $(MAKE) -C $(BOARD)-$(KERNEL) install +menuconfig: + $(MAKE) -C $(BOARD)-$(KERNEL) menuconfig + clean: $(MAKE) -C $(BOARD)-$(KERNEL) clean