Skip to content

Commit d1ad892

Browse files
committed
helios4: add missing names to kernel patches
1 parent 01e8e18 commit d1ad892

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kobol/helios4/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@ let
55
# A patch to get both PWM fans working
66
# the patch has been successfully applied to 5.15 and 5.19
77
{
8+
name = "mvebu-gpio-remove-hardcoded-timer-assignment";
89
patch = pkgs.fetchpatch {
910
url = "https://raw.githubusercontent.com/armbian/build/bd3466eef2106ea13e85e821f5d852ff97465e6c/patch/kernel/archive/mvebu-5.15/92-mvebu-gpio-remove-hardcoded-timer-assignment.patch";
1011
sha256 = "sha256-eQqMp0+MZd30zkl8DE89oB7czvyqCkfwF2k0EZ69jr0=";
1112
};
1213
}
1314
# support for Wake-On-Lan
1415
{
16+
name = "mvebu-gpio-add-wake-on-gpio-support";
1517
patch = pkgs.fetchpatch {
1618
url = "https://raw.githubusercontent.com/armbian/build/bd3466eef2106ea13e85e821f5d852ff97465e6c/patch/kernel/archive/mvebu-5.15/92-mvebu-gpio-add_wake_on_gpio_support.patch";
1719
sha256 = "sha256-OrvnVCU55P0U78jdoxGRJvl29i+Rvq8AdEGSCCpxa2I=";
1820
};
1921
}
2022
{
23+
name = "helios4-dts-add-wake-on-lan-support";
2124
patch = pkgs.fetchpatch {
2225
url = "https://raw.githubusercontent.com/armbian/build/bd3466eef2106ea13e85e821f5d852ff97465e6c/patch/kernel/archive/mvebu-5.15/94-helios4-dts-add-wake-on-lan-support.patch";
2326
sha256 = "sha256-ai4161bTC22023eaVVWsvbk6fQKjkv0P4DQ4DA1Zgow=";

0 commit comments

Comments
 (0)