mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 19:12:39 +00:00
libusbgx-config: l4t-gadget-config-setup: handle kernel module bridge as built-in
Signed-off-by: Kurt Kiefer <kekiefer@gmail.com>
This commit is contained in:
committed by
Matt Madison
parent
74fdc57c67
commit
a15cc4ebf0
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
modprobe libcomposite bridge
|
||||
[ -d /sys/module/libcomposite ] || modprobe libcomposite
|
||||
[ -d /sys/module/bridge ] || modprobe bridge
|
||||
[ -d /run/usbgx ] || mkdir /run/usbgx
|
||||
[ ! -e /run/usbgx/l4t.schema ] || exit 0
|
||||
if [ ! -e /usr/share/usbgx/l4t.schema.in ]; then
|
||||
|
||||
Reference in New Issue
Block a user