-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The ISO should be reproducible and have the following SHA256 hash: 2601cb70bc0c1084a6e0d9ec76f3d8f30dd43a9d766c11981bd37f6bcdcdb821
- Loading branch information
Showing
1 changed file
with
3 additions
and
17 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -12,10 +12,10 @@ linuxPackagesFor (buildLinux { | |
src = fetchFromGitHub { | ||
owner = "jhovold"; | ||
repo = "linux"; | ||
rev = "wip/x1e80100-6.13-rc6"; | ||
hash = "sha256-xny3obRX9bPKCT5PbzuprEoH6nBgNDV0gVcVeucV+0M="; | ||
rev = "wip/x1e80100-6.13"; | ||
hash = "sha256-IwZ/pOwiHV2d2OiTzI/eSLuEwNJhV/1Ud7QvBkMRyDs="; | ||
}; | ||
version = "6.13.0-rc6"; | ||
version = "6.13.0"; | ||
defconfig = "johan_defconfig"; | ||
|
||
structuredExtraConfig = with lib.kernel; { | ||
|
@@ -58,20 +58,6 @@ linuxPackagesFor (buildLinux { | |
} | ||
|
||
# RTC support | ||
{ | ||
name = "rtc: pm8xxx: implement qcom,no-alarm flag for non-HLOS owned alarm"; | ||
patch = fetchurl { | ||
url = "https://lore.kernel.org/linux-kernel/[email protected]/raw"; | ||
hash = "sha256-+HoD4ggo4c6fNbUjQ0uCI8UDE4urd6XzHlodKm/5n5Y="; | ||
}; | ||
} | ||
{ | ||
name = "arm64: dts: qcom: x1e80100-pmics: enable RTC"; | ||
patch = fetchurl { | ||
url = "https://lore.kernel.org/linux-kernel/[email protected]/raw"; | ||
hash = "sha256-SxdyzwNzp5hnLmruic3tUCfATm7X4xIXgLwGF/Fj9uk="; | ||
}; | ||
} | ||
{ | ||
name = "arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: add rtc offset to set rtc time"; | ||
# Adapted from: https://lore.kernel.org/linux-kernel/[email protected]/ | ||
|