From 773d1fc4f663a3c108242b94ce94f595a1576233 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 3 Jun 2007 08:28:05 +0000 Subject: implement quilt handling for the kernel tree ... and there was much rejoicing! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7474 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/Makefile') diff --git a/target/linux/Makefile b/target/linux/Makefile index c15d81999f..275085448f 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -19,6 +19,9 @@ compile: install: $(MAKE) -C $(BOARD)-$(KERNEL) install +refresh: + $(MAKE) -C $(BOARD)-$(KERNEL) refresh + menuconfig: $(MAKE) -C $(BOARD)-$(KERNEL) menuconfig -- cgit v1.2.3