bump to 3.17.3, add LICENSE and MAINTAINER info, bump license header, add missing dependencies, ... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 lines
135 B
Bash
9 lines
135 B
Bash
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
START=19
|
|
|
|
start() {
|
|
grep -q btrfs /proc/modules && /usr/bin/btrfsctl -a
|
|
}
|
|
|