mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02: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:
parent
1fb1edc523
commit
dbc7cc20bf
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