From: Felix Fietkau Date: Sun, 3 Jun 2007 19:52:54 +0000 (+0000) Subject: more fixes for the patching stuff (was testing it on the wrong target) X-Git-Tag: reboot~29044 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9cc960cad96fcef65fd8cf9a0ed8f41c65cfad97 more fixes for the patching stuff (was testing it on the wrong target) SVN-Revision: 7483 --- diff --git a/include/quilt.mk b/include/quilt.mk index e77e0db772..e8c3b90a68 100644 --- a/include/quilt.mk +++ b/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 $(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 $(STAMP_PATCHED): $(STAMP_PREPARED)