more fixes for the patching stuff (was testing it on the wrong target)

SVN-Revision: 7483
master
Felix Fietkau 18 years ago
parent 6992efe2bb
commit 9cc960cad9
  1. 3
      include/quilt.mk

@ -49,8 +49,9 @@ define Kernel/Patch/Default
if [ -d $(GENERIC_PLATFORM_DIR)/patches ]; then $(PATCH) $(LINUX_DIR) $(GENERIC_PLATFORM_DIR)/patches; fi \ if [ -d $(GENERIC_PLATFORM_DIR)/patches ]; then $(PATCH) $(LINUX_DIR) $(GENERIC_PLATFORM_DIR)/patches; fi \
) )
$(if $(strip $(QUILT)),$(call Quilt/Patch,./patches,platform/), \ $(if $(strip $(QUILT)),$(call Quilt/Patch,./patches,platform/), \
if [ -d ./files ]; then $(CP) ./files/* $(LINUX_DIR)/; fi \ if [ -d ./patches ]; then $(PATCH) $(LINUX_DIR) ./patches; fi \
) )
$(if $(strip $(QUILT)),touch $(PKG_BUILD_DIR)/.quilt_used)
endef endef
$(STAMP_PATCHED): $(STAMP_PREPARED) $(STAMP_PATCHED): $(STAMP_PREPARED)

Loading…
Cancel
Save