aboutsummaryrefslogtreecommitdiffstats
path: root/include/kernel-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-29 04:29:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-29 04:29:11 +0000
commit8a6e77c00682766ea573d9a4202a6fee7a699d6c (patch)
tree566aae36cbdd5ce427ac5662185b9cfc52c67ffd /include/kernel-build.mk
parent19e38ca2d4435cc14e82fd57b0135e8a55115dd6 (diff)
downloadmaster-187ad058-8a6e77c00682766ea573d9a4202a6fee7a699d6c.tar.gz
master-187ad058-8a6e77c00682766ea573d9a4202a6fee7a699d6c.tar.bz2
master-187ad058-8a6e77c00682766ea573d9a4202a6fee7a699d6c.zip
fixes for refresh/update handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9063 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel-build.mk')
-rw-r--r--include/kernel-build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk
index 82b0bcff27..678cf18a3d 100644
--- a/include/kernel-build.mk
+++ b/include/kernel-build.mk
@@ -48,6 +48,7 @@ define Download/kernel
endef
define BuildKernel
+ $(if $(QUILT),$(Build/Quilt))
$(if $(LINUX_SITE),$(call Download,kernel))
$(STAMP_PREPARED): $(DL_DIR)/$(LINUX_SOURCE)