Skip to content

Commit 30a863b

Browse files
committed
Revert "kernel: move .quilt_used to quilt.mk"
This reverts commit 61bfcc4. The change was wrong as it was placed on the wrong define section. Signed-off-by: Christian Marangi <[email protected]>
1 parent 929a460 commit 30a863b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

include/kernel-defaults.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ ifeq ($(strip $(CONFIG_EXTERNAL_KERNEL_TREE)),"")
2525
define Kernel/Prepare/Default
2626
$(LINUX_CAT) $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS)
2727
$(Kernel/Patch)
28+
$(if $(QUILT),touch $(LINUX_DIR)/.quilt_used)
2829
endef
2930
else
3031
define Kernel/Prepare/Default

include/quilt.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ define Quilt/Refresh/Kernel
133133
$(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(GENERIC_PATCH_DIR),generic/)
134134
$(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(GENERIC_HACK_DIR),generic-hack/)
135135
$(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(PATCH_DIR),platform/)
136-
$(if $(QUILT),touch $(LINUX_DIR)/.quilt_used)
137136
endef
138137

139138
define Quilt/Template

0 commit comments

Comments
 (0)