From e91cdef22f76f987f45a6d1a2035ac7b2a764cad Mon Sep 17 00:00:00 2001 From: Ricardo Martins Date: Mon, 28 Dec 2015 09:59:17 +0000 Subject: [PATCH] lauv-aux: replaced usb2 with usb?. --- systems/lauv-aux/fs/etc/rc.d/lauv-storage-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/lauv-aux/fs/etc/rc.d/lauv-storage-server b/systems/lauv-aux/fs/etc/rc.d/lauv-storage-server index 4ccc62d..e2c6645 100644 --- a/systems/lauv-aux/fs/etc/rc.d/lauv-storage-server +++ b/systems/lauv-aux/fs/etc/rc.d/lauv-storage-server @@ -114,7 +114,7 @@ start() # Removable storage. if [ "$cfg_lauv_storage" != "internal" ]; then try_mount_storage \ - /sys/devices/ocp.3/47400000.usb/47401c00.usb/musb-hdrc.1.auto/usb2/2-1/2-1:1.0/host0/target0:0:0/0:0:0:0/block \ + /sys/devices/ocp.3/47400000.usb/47401c00.usb/musb-hdrc.1.auto/usb?/?-1/?-1:1.0/host0/target0:0:0/0:0:0:0/block \ 1 fi