mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-15 02:43:24 +03:00
asus-flo: Fix for new kernel package option
This commit is contained in:
parent
879505199a
commit
350f8549cb
@ -7,11 +7,6 @@
|
|||||||
manufacturer = "Asus";
|
manufacturer = "Asus";
|
||||||
};
|
};
|
||||||
|
|
||||||
mobile.device.info = {
|
|
||||||
# TODO : make kernel part of options.
|
|
||||||
kernel = pkgs.callPackage ./kernel { kernelPatches = pkgs.defaultKernelPatches; };
|
|
||||||
};
|
|
||||||
|
|
||||||
mobile.hardware = {
|
mobile.hardware = {
|
||||||
soc = "qualcomm-apq8064-1aa";
|
soc = "qualcomm-apq8064-1aa";
|
||||||
ram = 1024 * 2;
|
ram = 1024 * 2;
|
||||||
@ -20,6 +15,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mobile.boot.stage-1 = {
|
||||||
|
kernel.package = pkgs.callPackage ./kernel { kernelPatches = pkgs.defaultKernelPatches; };
|
||||||
|
};
|
||||||
|
|
||||||
mobile.system.android.bootimg = {
|
mobile.system.android.bootimg = {
|
||||||
flash = {
|
flash = {
|
||||||
offset_base = "0x80200000";
|
offset_base = "0x80200000";
|
||||||
|
Loading…
Reference in New Issue
Block a user