chore(kernelModules): s/-/_/

This commit is contained in:
steveej 2024-10-11 15:25:24 +02:00
parent 5d74b79586
commit bd580ee9c3

View file

@ -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"
];
};