linux-firmware-megous: lint
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
{ stdenv
|
{
|
||||||
, lib
|
fetchgit,
|
||||||
, fetchgit
|
lib,
|
||||||
, anx7688 ? true # USB-C chip (pinephone)
|
stdenv,
|
||||||
, ov5640 ? true # camera (pinephone: rear camera)
|
anx7688 ? true, # USB-C chip (pinephone)
|
||||||
, rtl_bt ? true # rtl8723cs bluetooth (pinephone)
|
ov5640 ? true, # camera (pinephone: rear camera)
|
||||||
|
rtl_bt ? true, # rtl8723cs bluetooth (pinephone)
|
||||||
# other files in megi's repo:
|
# other files in megi's repo:
|
||||||
# - brcm/
|
# - brcm/
|
||||||
# - brcmfmac43362-*
|
# - brcmfmac43362-*
|
||||||
@@ -35,7 +36,7 @@ stdenv.mkDerivation {
|
|||||||
${lib.optionalString ov5640 "cp ov5640_af.bin $out/lib/firmware"}
|
${lib.optionalString ov5640 "cp ov5640_af.bin $out/lib/firmware"}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "firmware files associated with megi's kernel, particularly for the pinephone";
|
description = "firmware files associated with megi's kernel, particularly for the pinephone";
|
||||||
homepage = "https://xnux.eu/howtos/build-pinephone-kernel.html#toc-firmware-files";
|
homepage = "https://xnux.eu/howtos/build-pinephone-kernel.html#toc-firmware-files";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user