Created
June 25, 2025 14:05
-
-
Save ABelliqueux/c46304486ad6e49d722fceaeaaaccb1b to your computer and use it in GitHub Desktop.
WIP kernel config to get g_ether working on buildroot 2025.02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# USB | |
CONFIG_USB_SUPPORT=y | |
# OTG | |
CONFIG_USB_OTG=y | |
CONFIG_USB_DWCOTG=y | |
# USB dual-mode controller drivers | |
CONFIG_USB_DWC2=m | |
CONFIG_USB_DWC2_DUAL_ROLE=y | |
# Gadget mode | |
CONFIG_USB_GADGET | |
CONFIG_USB_LIBCOMPOSITE=m | |
CONFIG_USB_ZERO=m | |
CONFIG_USB_ETH=m | |
CONFIG_USB_ETH_RNDIS=y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Full kernel config is here : https://gist.github.com/ABelliqueux/41b9fa937cbddc0277f4f460997c646f
After boot :
Getting :