mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01:00
add missing fuse24 init script
SVN-Revision: 16954
This commit is contained in:
parent
b483359d38
commit
47dd6b0789
10
package/fuse24/files/fuse24.init
Normal file
10
package/fuse24/files/fuse24.init
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh /etc/rc.common
|
||||||
|
# Copyright (C) 2009 OpenWrt.org
|
||||||
|
START=15
|
||||||
|
|
||||||
|
start() {
|
||||||
|
if ls /lib/modules/$(uname -r)/fuse.* > /dev/null 2>&1; then
|
||||||
|
[ ! -d /dev/misc ] && umask 022 && mkdir /dev/misc;
|
||||||
|
ln -s /dev/fuse /dev/misc/;
|
||||||
|
fi
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user