Commit Graph

60 Commits

Author SHA1 Message Date
Daniel Golle ea5259e701 btrfs-progs: btrfsck is a symlink to btrfs
safe half a meg by not copying the btrfs binary twice.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-02 04:28:17 +02:00
Daniel Golle 78fa57ebdb btrfs-progs: don't build btrfs-convert
Get rid of libext2fs dependency.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-04-02 04:16:54 +02:00
Daniel Golle e6825ac677 btrfs-progs: bump to 3.19.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-29 15:47:58 +02:00
Daniel Golle 602a247dfd btrfs-progs: improve init script
check for btrfs in /proc/filesystems instead of /proc/modules

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-22 09:50:06 +01:00
Daniel Golle 455a68b7d0 Merge pull request #612 from the2masters/btrfs-progs-init-script
btrfs-progs: Fix init script
2014-12-11 17:45:02 +01:00
Daniel Golle 4ae61ef936 Merge pull request #611 from the2masters/btrfs-progs-compile-fix
btrfs-progs: add libacl as compile time dependency
2014-12-10 16:36:49 +01:00
Stefan Hellermann 02f732fb5d btrfs-progs: Fix init script
the init script calls the old btrfsctl util, which is not included in
btrfs-progs anymore. Update the init script to call "btrfs device scan"
which assembles multi device btrfs filesystems.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2014-12-08 14:02:28 +01:00
Stefan Hellermann 4680f3514b btrfs-progs: add libacl as compile time dependency
I got following error while compiling btrfs-progs for ar71xx:

    make[4]: Entering directory `/home/stefan/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/btrfs-progs-v3.17.3'
        [LN]     libbtrfs.so.0
        [LN]     libbtrfs.so
        [CC]     btrfs-convert.o
        [LD]     libbtrfs.so.0.1
    /home/stefan/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/libblkid.so: warning: This version of __fpending returns bytes remaining in buffer for both narrow and wide streams.  glibc's version returns wide chars in buffer for the wide stream case.
        [LD]     mkfs.btrfs
        [LD]     btrfs
        [LD]     btrfs-debug-tree
        [LD]     btrfs-image
        [LD]     btrfs-map-logical
        [LD]     btrfs-zero-log
        [LD]     btrfs-find-root
    btrfs-convert.c:30:21: fatal error: sys/acl.h: No such file or directory
     #include <sys/acl.h>
                         ^
    compilation terminated.
    make[4]: *** [btrfs-convert.o] Error 1

fix it by adding libacl as compile time dependency, as btrfs-convert is not
linked to libacl.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2014-12-08 13:37:31 +01:00
Daniel Golle c088105ae2 btrfs-progs: fix libattr linking and dependency
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-08 07:22:29 +01:00
Daniel Golle 5b9977c6a7 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>
2014-12-05 18:57:45 +01:00