[openwrt/openwrt] x86: 6.12: manually rebuilding patches
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 30 07:28:02 PDT 2025
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bbbd587ce45b40f0268228a71042d35b9dc33253
commit bbbd587ce45b40f0268228a71042d35b9dc33253
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Sun Nov 17 10:28:56 2024 -0500
x86: 6.12: manually rebuilding patches
Manually rebuilding patches:
- 103-pcengines_apu6_platform.patch
Signed-off-by: John Audia <therealgraysky at proton.me>
Link: https://github.com/openwrt/openwrt/pull/16547
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
.../linux/x86/patches-6.12/103-pcengines_apu6_platform.patch | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/linux/x86/patches-6.12/103-pcengines_apu6_platform.patch b/target/linux/x86/patches-6.12/103-pcengines_apu6_platform.patch
index 1fd6fc89c8..4e1761b567 100644
--- a/target/linux/x86/patches-6.12/103-pcengines_apu6_platform.patch
+++ b/target/linux/x86/patches-6.12/103-pcengines_apu6_platform.patch
@@ -52,10 +52,10 @@ Sighed-off-by: Philip Prindeville <philipp at redfish-solutions.com>
--- a/drivers/leds/leds-apu.c
+++ b/drivers/leds/leds-apu.c
-@@ -183,7 +183,7 @@ static int __init apu_led_init(void)
+@@ -182,7 +182,7 @@ static int __init apu_led_init(void)
+ int err;
- if (!(dmi_match(DMI_SYS_VENDOR, "PC Engines") &&
- (dmi_match(DMI_PRODUCT_NAME, "APU") || dmi_match(DMI_PRODUCT_NAME, "apu1")))) {
+ if (!dmi_check_system(apu_led_dmi_table)) {
- pr_err("No PC Engines APUv1 board detected. For APUv2,3 support, enable CONFIG_PCENGINES_APU2\n");
+ pr_err("No PC Engines APUv1 board detected. For APUv2,3,4,5,6 support, enable CONFIG_PCENGINES_APU2\n");
return -ENODEV;
@@ -63,7 +63,7 @@ Sighed-off-by: Philip Prindeville <philipp at redfish-solutions.com>
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
-@@ -707,7 +707,7 @@ config XO1_RFKILL
+@@ -753,7 +753,7 @@ config XO1_RFKILL
laptop.
config PCENGINES_APU2
@@ -72,7 +72,7 @@ Sighed-off-by: Philip Prindeville <philipp at redfish-solutions.com>
depends on INPUT && INPUT_KEYBOARD && GPIOLIB
depends on LEDS_CLASS
select GPIO_AMD_FCH
-@@ -715,7 +715,7 @@ config PCENGINES_APU2
+@@ -761,7 +761,7 @@ config PCENGINES_APU2
select LEDS_GPIO
help
This driver provides support for the front button and LEDs on
More information about the lede-commits
mailing list