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 = {
|
initrd = {
|
||||||
kernelModules = [
|
kernelModules = [
|
||||||
"nvme"
|
"nvme"
|
||||||
"phy-qcom-qmp-pcie"
|
"phy_qcom_qmp_pcie"
|
||||||
"pcie-qcom"
|
"pcie_qcom"
|
||||||
|
|
||||||
"i2c-core"
|
"i2c_core"
|
||||||
"i2c-hid"
|
"i2c_hid"
|
||||||
"i2c-hid-of"
|
"i2c_hid-of"
|
||||||
"i2c-qcom-geni"
|
"i2c_qcom-geni"
|
||||||
|
|
||||||
"leds_qcom_lpg"
|
"leds_qcom_lpg"
|
||||||
"pwm_bl"
|
"pwm_bl"
|
||||||
"qrtr"
|
"qrtr"
|
||||||
"pmic_glink_altmode"
|
"pmic_glink_altmode"
|
||||||
"gpio_sbu_mux"
|
"gpio_sbu_mux"
|
||||||
"phy-qcom-qmp-combo"
|
"phy_qcom_qmp_combo"
|
||||||
"gpucc_sc8280xp"
|
"gpucc_sc8280xp"
|
||||||
"dispcc_sc8280xp"
|
"dispcc_sc8280xp"
|
||||||
"phy_qcom_edp"
|
"phy_qcom_edp"
|
||||||
"panel-edp"
|
"panel_edp"
|
||||||
"msm"
|
"msm"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue