We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f1a6d commit 17a12baCopy full SHA for 17a12ba
src/radxa-otgutils
@@ -41,7 +41,7 @@ function_init()
41
if [ ! -e "/sys/kernel/config/usb_gadget/radxa-otgutils/configs/r.1/$GADGET" ];
42
then
43
mkdir -p "/sys/kernel/config/usb_gadget/radxa-otgutils/functions/$GADGET"
44
- ln -s "/sys/kernel/config/usb_gadget/radxa-otgutils/functions/$GADGET" "/sys/kernel/config/usb_gadget/radxa-otgutils/configs/r.1"
+ ln -s "/sys/kernel/config/usb_gadget/radxa-otgutils/functions/$GADGET" "/sys/kernel/config/usb_gadget/radxa-otgutils/configs/r.1/$GADGET"
45
fi
46
}
47
0 commit comments