mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-11-23 20:13:25 +03:00
pine64-pinephone: kernel 6.11.3 -> 6.11.5
This commit is contained in:
parent
2268e358ed
commit
d6c16d54b7
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 6.11.3 Kernel Configuration
|
||||
# Linux/arm64 6.11.5 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-unknown-linux-gnu-gcc (GCC) 13.3.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -6,14 +6,14 @@
|
||||
}:
|
||||
|
||||
mobile-nixos.kernel-builder {
|
||||
version = "6.11.3";
|
||||
version = "6.11.5";
|
||||
configfile = ./config.aarch64;
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "megi";
|
||||
repo = "linux";
|
||||
rev = "orange-pi-6.11-20241010-2301";
|
||||
hash = "sha256-UPUL123v25f7kfTv9XphoaLhF4ExF5kuLOlv3i1D4zY=";
|
||||
rev = "orange-pi-6.11-20241029-1901";
|
||||
hash = "sha256-VEp05hLwVGRH8MLSYd29nTwlhWgH/t9w9yEqBJplr8w=";
|
||||
};
|
||||
patches = [
|
||||
./0001-dts-pinephone-Setup-default-on-and-panic-LEDs.patch
|
||||
|
Loading…
Reference in New Issue
Block a user