projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd8beb
)
fixes usb storage mounting
author
John Crispin
<blogic@openwrt.org>
Mon, 1 Sep 2008 17:42:35 +0000
(17:42 +0000)
committer
John Crispin
<blogic@openwrt.org>
Mon, 1 Sep 2008 17:42:35 +0000
(17:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12465
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/sbin/usb-storage
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/usb-storage
b/package/base-files/files/sbin/usb-storage
index
51e704f
..
6c32de8
100755
(executable)
--- a/
package/base-files/files/sbin/usb-storage
+++ b/
package/base-files/files/sbin/usb-storage
@@
-10,7
+10,7
@@
while [ $i -le 10 ]; do
cd /sys${DEVPATH}
for blk in `find host* -type d 2>/dev/null`; do
cd /sys/${DEVPATH}/${blk}
- BLK=$(find block* -type
l
2>/dev/null)
+ BLK=$(find block* -type
d
2>/dev/null)
[ -n "${BLK}" ] && {
cd /sys${DEVPATH}/${blk}/${BLK}
ls /dev/ > /tmp/d