diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-27 14:14:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-27 14:14:00 +0000 |
commit | ab8c8b019fbde4d6d4e2ccd3db414f701903739c (patch) | |
tree | 9c0638ef4b73a26ee6d11e6b811dbe00af0c67fe /include/quilt.mk | |
parent | 1063f8d415b283779cc459b6c0fbfb91810c83f2 (diff) | |
download | upstream-ab8c8b019fbde4d6d4e2ccd3db414f701903739c.tar.gz upstream-ab8c8b019fbde4d6d4e2ccd3db414f701903739c.tar.bz2 upstream-ab8c8b019fbde4d6d4e2ccd3db414f701903739c.zip |
enable quilt by default for the kernel tree
SVN-Revision: 12400
Diffstat (limited to 'include/quilt.mk')
-rw-r--r-- | include/quilt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk index ffc5850d85..07bab8b440 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -67,7 +67,7 @@ define Build/Patch/Default endef define Kernel/Patch/Default - $(if $(QUILT),rm -rf $(PKG_BUILD_DIR)/patches; mkdir -p $(PKG_BUILD_DIR)/patches) + rm -rf $(PKG_BUILD_DIR)/patches; mkdir -p $(PKG_BUILD_DIR)/patches if [ -d $(GENERIC_FILES_DIR) ]; then $(CP) $(GENERIC_FILES_DIR)/* $(LINUX_DIR)/; fi if [ -d $(FILES_DIR) ]; then \ $(CP) $(FILES_DIR)/* $(LINUX_DIR)/; \ |