1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 12:05:26 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Luflosi
07997957a7
support/kernel-config: replace Unicode space in comment with ASCII space 2024-09-04 22:33:38 +02:00
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
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