mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
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:
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