-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15236ec
commit 83c77c8
Showing
258 changed files
with
610 additions
and
1,061 deletions.
There are no files selected for viewing
511 changes: 0 additions & 511 deletions
511
patch/kernel/archive/rockchip64-6.13/rk3588-0130-add-hdmi1-support.patch
This file was deleted.
Oops, something went wrong.
352 changes: 0 additions & 352 deletions
352
...archive/rockchip64-6.13/rk3588-1071-arm64-dts-Add-missing-nodes-to-Orange-Pi-5-Plus.patch
This file was deleted.
Oops, something went wrong.
File renamed without changes.
34 changes: 34 additions & 0 deletions
34
patch/kernel/archive/rockchip64-6.14/0001-tools-Makefile-remove-pci-target.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Jianfeng Liu <[email protected]> | ||
Date: Sun, 16 Feb 2025 17:51:46 +0800 | ||
Subject: tools/Makefile: remove pci target | ||
|
||
--- | ||
tools/Makefile | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/tools/Makefile b/tools/Makefile | ||
index 111111111111..222222222222 100644 | ||
--- a/tools/Makefile | ||
+++ b/tools/Makefile | ||
@@ -172,7 +172,7 @@ acpi_clean: | ||
cpupower_clean: | ||
$(call descend,power/cpupower,clean) | ||
|
||
-counter_clean hv_clean firewire_clean bootconfig_clean spi_clean usb_clean virtio_clean mm_clean wmi_clean bpf_clean iio_clean gpio_clean objtool_clean leds_clean pci_clean firmware_clean debugging_clean tracing_clean: | ||
+counter_clean hv_clean firewire_clean bootconfig_clean spi_clean usb_clean virtio_clean mm_clean wmi_clean bpf_clean iio_clean gpio_clean objtool_clean leds_clean firmware_clean debugging_clean tracing_clean: | ||
$(call descend,$(@:_clean=),clean) | ||
|
||
libapi_clean: | ||
@@ -219,7 +219,7 @@ clean: acpi_clean counter_clean cpupower_clean hv_clean firewire_clean \ | ||
perf_clean selftests_clean turbostat_clean bootconfig_clean spi_clean usb_clean virtio_clean \ | ||
mm_clean bpf_clean iio_clean x86_energy_perf_policy_clean tmon_clean \ | ||
freefall_clean build_clean libbpf_clean libsubcmd_clean \ | ||
- gpio_clean objtool_clean leds_clean wmi_clean pci_clean firmware_clean debugging_clean \ | ||
+ gpio_clean objtool_clean leds_clean wmi_clean firmware_clean debugging_clean \ | ||
intel-speed-select_clean tracing_clean thermal_clean thermometer_clean thermal-engine_clean \ | ||
sched_ext_clean | ||
|
||
-- | ||
Armbian | ||
|
File renamed without changes.
Oops, something went wrong.