8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
|
# Put your custom commands here that should be executed once
|
||
|
# the system init finished. By default this file does nothing.
|
||
|
|
||
|
# patch for enable usb adb
|
||
|
cat /sys/devices/platform/soc/usbc0/usb_device
|
||
|
|
||
|
exit 0
|