chore(kernelModules): s/-/_/
This commit is contained in:
parent
5d74b79586
commit
bd580ee9c3
1 changed files with 8 additions and 8 deletions
16
module.nix
16
module.nix
|
@ -88,24 +88,24 @@ in
|
|||
initrd = {
|
||||
kernelModules = [
|
||||
"nvme"
|
||||
"phy-qcom-qmp-pcie"
|
||||
"pcie-qcom"
|
||||
"phy_qcom_qmp_pcie"
|
||||
"pcie_qcom"
|
||||
|
||||
"i2c-core"
|
||||
"i2c-hid"
|
||||
"i2c-hid-of"
|
||||
"i2c-qcom-geni"
|
||||
"i2c_core"
|
||||
"i2c_hid"
|
||||
"i2c_hid-of"
|
||||
"i2c_qcom-geni"
|
||||
|
||||
"leds_qcom_lpg"
|
||||
"pwm_bl"
|
||||
"qrtr"
|
||||
"pmic_glink_altmode"
|
||||
"gpio_sbu_mux"
|
||||
"phy-qcom-qmp-combo"
|
||||
"phy_qcom_qmp_combo"
|
||||
"gpucc_sc8280xp"
|
||||
"dispcc_sc8280xp"
|
||||
"phy_qcom_edp"
|
||||
"panel-edp"
|
||||
"panel_edp"
|
||||
"msm"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue