[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:
florian
2010-03-20 10:29:31 +00:00
parent 5d5bd183a8
commit d959e9b5ff
3 changed files with 20 additions and 10 deletions

View 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
}