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

SVN-Revision: 7483
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent 6992efe2bb
commit 9cc960cad9

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

Loading…
Cancel
Save