X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f52d66ff00b24111f87c274d3d7085ef2e1d27b1..14ae1d5d291220689d3d035eae693f15fa399115:/target/linux/Makefile?ds=sidebyside 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