From 012d02e011710ae4841a6e83222e3ca007912a92 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Mon, 11 May 2020 08:26:19 +0200 Subject: [PATCH] Changed mass storage path --- FunKey/board/funkey/rootfs-overlay/usr/local/sbin/share | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/share b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/share index d79a257..31dc11e 100755 --- a/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/share +++ b/FunKey/board/funkey/rootfs-overlay/usr/local/sbin/share @@ -12,8 +12,8 @@ source usb_gadget # The USB network interface file USB_IF=/etc/network/interfaces.d/usb0 -# The USB mass storag ebacking store file or partition -BACKING_STORE_FILE=/sys/kernel/config/usb_gadget/funkey/functions/mass_storage.funkey/lun.0/file +# The USB mass storage backing store file or partition +BACKING_STORE_FILE=/sys/kernel/config/usb_gadget/FunKey/functions/mass_storage.mmcblk0p3/lun.0/file # Unmount a local share unmount_share () {