mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
rename PATCH to KPATCH
SVN-Revision: 23286
This commit is contained in:
parent
59cf671160
commit
d3f412f4ec
@ -42,9 +42,9 @@ define PatchDir/Default
|
||||
@if [ -d "$(2)" -a "$$$$(ls $(2) | wc -l)" -gt 0 ]; then \
|
||||
if [ -s "$(2)/series" ]; then \
|
||||
$(call filter_series,$(2)/series) | xargs -n1 \
|
||||
$(PATCH) "$(1)" "$(2)"; \
|
||||
$(KPATCH) "$(1)" "$(2)"; \
|
||||
else \
|
||||
$(PATCH) "$(1)" "$(2)"; \
|
||||
$(KPATCH) "$(1)" "$(2)"; \
|
||||
fi; \
|
||||
fi
|
||||
endef
|
||||
|
2
rules.mk
2
rules.mk
@ -160,7 +160,7 @@ HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib
|
||||
|
||||
TARGET_CC:=$(TARGET_CROSS)gcc
|
||||
TARGET_CXX:=$(if $(CONFIG_INSTALL_LIBSTDCPP),$(TARGET_CROSS)g++,no)
|
||||
PATCH:=$(SCRIPT_DIR)/patch-kernel.sh
|
||||
KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh
|
||||
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
|
||||
CP:=cp -fpR
|
||||
LN:=ln -sf
|
||||
|
Loading…
Reference in New Issue
Block a user