aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-03 19:39:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-03 19:39:34 +0000
commit09bf6dec79f8c52b721082ab45221fde3a69dcea (patch)
tree8bce2bab0ca031c1c08bfbc70b03beaa9fb0b2a5 /include
parent7ea90b0aefb7ea86ef27a0791bfe0328a68876f1 (diff)
downloadmaster-187ad058-09bf6dec79f8c52b721082ab45221fde3a69dcea.tar.gz
master-187ad058-09bf6dec79f8c52b721082ab45221fde3a69dcea.tar.bz2
master-187ad058-09bf6dec79f8c52b721082ab45221fde3a69dcea.zip
fix quilt related unpack/patch error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/quilt.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index dbf0435f99..e77e0db772 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -51,7 +51,6 @@ define Kernel/Patch/Default
$(if $(strip $(QUILT)),$(call Quilt/Patch,./patches,platform/), \
if [ -d ./files ]; then $(CP) ./files/* $(LINUX_DIR)/; fi \
)
- touch $(PKG_BUILD_DIR)/.quilt_used
endef
$(STAMP_PATCHED): $(STAMP_PREPARED)