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

SVN-Revision: 7483
lede-17.01
Felix Fietkau 2007-06-03 19:52:54 +00:00
parent 6992efe2bb
commit 9cc960cad9
1 changed files with 2 additions and 1 deletions

View File

@ -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)