13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
|
config BR2_PACKAGE_USB_MODESWITCH_DATA
|
||
|
bool "usb_modeswitch_data"
|
||
|
select BR2_PACKAGE_USB_MODESWITCH
|
||
|
# tcl is a runtime dependency
|
||
|
select BR2_PACKAGE_TCL
|
||
|
select BR2_PACKAGE_TCL_TCLSH
|
||
|
help
|
||
|
USB mode switch data
|
||
|
Contains udev rules and events to allow usb_modeswitch to
|
||
|
function automatically
|
||
|
|
||
|
http://www.draisberghof.de/usb_modeswitch/
|