enable quilt by default for the kernel tree

SVN-Revision: 12400
This commit is contained in:
Felix Fietkau
2008-08-27 14:14:00 +00:00
parent 1063f8d415
commit ab8c8b019f
3 changed files with 3 additions and 2 deletions

View File

@@ -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)/; \