[package] update btrfs-progs to 0.19, patch by Benjamin Cama
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20313 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
9
utils/btrfs-progs/files/btrfs-scan.init
Normal file
9
utils/btrfs-progs/files/btrfs-scan.init
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2009 OpenWrt.org
|
||||
|
||||
START=19
|
||||
|
||||
start() {
|
||||
grep -q btrfs /proc/modules && /usr/bin/btrfsctl -a
|
||||
}
|
||||
|
Reference in New Issue
Block a user