Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keybow System Customizations #2

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Keybow System Customizations #2

wants to merge 3 commits into from

Commits on Jul 26, 2022

  1. Apply name change

    doughsay committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c8e5d2b View commit details
    Browse the repository at this point in the history
  2. Update VERSION

    doughsay committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    3a8df3f View commit details
    Browse the repository at this point in the history
  3. Apply keybow customizations

    * Remove precompiled USB ETH device
      * CONFIG_USB_ETH
    * Enable USB ConfigFS
      * `CONFIG_USB_CONFIGFS=y`
    * Enable various ConfigFS network device drivers
      * `CONFIG_USB_CONFIGFS_NCM=y`
      * `CONFIG_USB_CONFIGFS_ECM=y`
      * `CONFIG_USB_CONFIGFS_RNDIS=y`
    * Enable ConfigFS HID device functionality
      * `CONFIG_USB_CONFIGFS_F_HID=y`
    * Enable network device bonding
      * `CONFIG_BONDING=y`
    * Add libusbgx for USB gadget device tools
      * `BR2_PACKAGE_LIBUSBGX=y`
    doughsay committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    7a788e5 View commit details
    Browse the repository at this point in the history