1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 11:43:21 +03:00

amazon-austin: Use vendor kernel

Though the vendor kernel is "self-hosted" by Mobile NixOS for
convenience.
This commit is contained in:
Samuel Dionne-Riel 2021-06-18 23:43:56 -04:00
parent 2a509b293c
commit f5e3c6789b
2 changed files with 5 additions and 1181 deletions

View File

@ -7,20 +7,18 @@
}: }:
mobile-nixos.kernel-builder-gcc49 { mobile-nixos.kernel-builder-gcc49 {
version = "3.10.108"; version = "3.10.54";
configfile = ./config.armv7; configfile = ./config.armv7;
src = fetchFromGitHub { src = fetchFromGitHub {
# https://forum.xda-developers.com/t/rom-unlocked-ford-austin-lineage-14-1-17-jan-2021.3962457/ owner = "mobile-nixos";
owner = "ggow"; repo = "linux";
repo = "android_kernel_amazon_mt8127-common"; rev = "4312630fc893949d7a75075c6ca70a9ccaaefb83";
rev = "4045305775d6bbbfaf45fd4f33109937a1eb4057"; sha256 = "165jqyn107bfifqgpizpkp35p72ykfzbsx7bqvh44i3nvhzg2dg7";
sha256 = "0w9shnxdyvf90h1yzbk5q7m9i0ps3zlwiz760vnv7sbf25kcr746";
}; };
patches = [ patches = [
./90_dtbs-install.patch ./90_dtbs-install.patch
./0001-mobile-nixos-Could-you-be-more-quiet.patch
]; ];
isImageGzDtb = true; isImageGzDtb = true;