Skip to content
Snippets Groups Projects

main/postmarketos-initramfs: add missing USB gadget modules

Merged Minecrell requested to merge Minecrell/pmaports:initramfs-usb-modules into master
  1. Nov 21, 2024
    • Minecrell's avatar
      main/postmarketos-initramfs: add missing USB gadget modules (MR 5795) · 22f96f6d
      Minecrell authored
      init_functions.sh makes use of the mass_storage and acm USB gadget
      functions for error reporting, but the necessary kernel modules are not
      included in the initramfs at the moment. Because of this, the functionality
      works only on kernels where all these USB gadget functions are built-in and
      not built as modules.
      
      Add the missing modules and fix the sort order while at it.
      
      [ci:skip-build]: bug in CI prevents build testing armv7, succeeded locally
      Unverified
      22f96f6d
Loading