mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-21 22:30:13 +00:00
13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
|
# apply a preset under /usr/share/usbgadget
|
||
|
config preset
|
||
|
option name 'ncm'
|
||
|
# specify a UDC to enable this gadget:
|
||
|
# option UDC 'musb-hdrc.2.auto'
|
||
|
|
||
|
# or create a custom gadget here following the content of presets:
|
||
|
#config gadget 'g1'
|
||
|
# option idVendor ...
|
||
|
# ...
|
||
|
# and add an UDC under the gadget section to enable it:
|
||
|
# option UDC 'musb-hdrc.2.auto'
|