1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-08-15 23:10:39 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Chuang Zhu
aca07f00da kernel-config: fix compressed firmware loading
Since https://github.com/NixOS/nixpkgs/pull/302300 is merged,
hardware.firmware are now compressed with zstd. On my oneplus-enchilada,
this is causing the WLAN interface disappearing. This PR fixes that by
copying the changes of kernel config from NixOS/nixpkgs#302300
2024-07-04 12:13:02 +08:00
Luflosi
7394f1a770
support/kernel-config: disable incompatible features on new kernels 2024-01-18 13:59:29 +01:00
chayleaf
d63c2a8d64
further remove deprecated URL literals and unused vars
Turns out nvim has a tab limit, so I didn't get all of them last time.

- Remove the last usages of URL literals
- All unused variables and arguments (the only exceptions are module
  args and lib) are removed
- Clean up a couple more unused recs
2023-12-15 17:13:07 +07:00
Samuel Dionne-Riel
c145ca13b6 additional-devices/uefi-x86_64-with-kernel: Don't enable sensor hub things 2023-09-30 18:04:41 -04:00
Samuel Dionne-Riel
74b2d57a6e uefi-x86_64-with-kernel: Normalize kernel config
(Automatically using bin/kernel-normalize-all)
2023-09-16 16:04:44 -04:00
Samuel Dionne-Riel
06366a3c09 additional-devices/uefi-x86_64-with-kernel: Ensure its kernel normalizes 2023-09-16 15:50:46 -04:00
Samuel Dionne-Riel
7586cfcb6d support/kernel-config: Provide more defaults
The goal here is to reduce the total diff between the different devices
in this repo.

I'm not married to most choices, we can change them as needed.
2023-09-16 15:50:46 -04:00
Samuel Dionne-Riel
5729cba165 bin/kernel-normalize-config: Rely on a "support" system 2023-09-16 15:50:46 -04:00
Samuel Dionne-Riel
0b45356b6a additional-devices/uefi-x86_64-with-kernel: Normalize kernel config 2023-09-15 15:34:40 -04:00
Samuel Dionne-Riel
e9b1642c67 support/additional-devices: Add kernel to kernel test VM 2023-05-03 20:00:56 -04:00
Samuel Dionne-Riel
fa95a51c17 support/additional-devices: Add test target for kernel builder infra 2023-05-03 20:00:56 -04:00