btrfs-progs: import from oldpackges

bump to 3.17.3, add LICENSE and MAINTAINER info, bump license header,
add missing dependencies, ...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2014-12-05 17:11:04 +01:00
parent 0cbca8677d
commit 5b9977c6a7
3 changed files with 120 additions and 0 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
}