mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-01 21:07:59 +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
|
#!/bin/sh
|
||||||
modprobe libcomposite bridge
|
[ -d /sys/module/libcomposite ] || modprobe libcomposite
|
||||||
|
[ -d /sys/module/bridge ] || modprobe bridge
|
||||||
[ -d /run/usbgx ] || mkdir /run/usbgx
|
[ -d /run/usbgx ] || mkdir /run/usbgx
|
||||||
[ ! -e /run/usbgx/l4t.schema ] || exit 0
|
[ ! -e /run/usbgx/l4t.schema ] || exit 0
|
||||||
if [ ! -e /usr/share/usbgx/l4t.schema.in ]; then
|
if [ ! -e /usr/share/usbgx/l4t.schema.in ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user