mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
support: move patch-kernel.sh and rename it
The name "patch-kernel.sh" is a bit stupid, since this script is used to patch everything in Buildroot, not only kernel trees. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
20f8a7dec6
commit
59a326b934
@@ -69,7 +69,7 @@ $(DL_DIR)/$(CUPS_SOURCE):
|
||||
|
||||
$(CUPS_DIR)/.unpacked: $(DL_DIR)/$(CUPS_SOURCE)
|
||||
$(CUPS_CAT) $(DL_DIR)/$(CUPS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(CUPS_DIR) package/cups/ \*.patch
|
||||
support/scripts/apply-patches.sh $(CUPS_DIR) package/cups/ \*.patch
|
||||
$(CONFIG_UPDATE) $(CUPS_DIR)
|
||||
touch $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user