usbgadget: fix wrong path when stopping the gadget function
Signed-off-by: user131 <c.branchereau@accenture.com>
This commit is contained in:
parent
bc88190396
commit
cd4e73ece6
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ usb_stop() {
|
|||
umount /dev/ffs-umtp
|
||||
rmdir /dev/ffs-umtp
|
||||
|
||||
rm -f mtp/configs/c.1/ffs.mtp \
|
||||
rm -f gadget/configs/c.1/ffs.mtp \
|
||||
gadget/configs/c.1/ecm.usb0 \
|
||||
|
||||
rmdir gadget/configs/c.1/strings/0x409 \
|
||||
|
|
Loading…
Reference in a new issue