mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] add missing fuse24 init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16954 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user