move a stampfile to make it easier to override the patch template

SVN-Revision: 9062
This commit is contained in:
Felix Fietkau
2007-09-29 03:39:57 +00:00
parent 5f1d42ea7c
commit d1933f9761
4 changed files with 3 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ Kernel/Patch:=$(Kernel/Patch/Default)
define Kernel/Prepare/Default
bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS)
$(Kernel/Patch)
$(if $(QUILT),touch $(LINUX_DIR)/.quilt_used)
endef
define Kernel/Configure/2.4