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:
parent
2a509b293c
commit
f5e3c6789b
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user