fstools: add the new fstools package

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 39895
This commit is contained in:
John Crispin
2014-03-12 19:32:51 +00:00
parent 8411a5703f
commit 0dc9d8d6ff
13 changed files with 322 additions and 32 deletions

View File

@@ -57,6 +57,8 @@ run_ramfs() { # <command> [...]
/bin/sleep /bin/zcat /usr/bin/bzcat /usr/bin/printf /usr/bin/wc
install_bin /sbin/mtd
install_bin /sbin/fs-state
install_bin /sbin/snapshot
for file in $RAMFS_COPY_BIN; do
install_bin $file
done