Loading package/e2fsprogs/Config.in +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ config BR2_PACKAGE_E2FSPROGS_E2UNDO bool "e2undo" default y config BR2_PACKAGE_E2FSPROGS_E4DEFRAG bool "e4defrag" config BR2_PACKAGE_E2FSPROGS_FILEFRAG bool "filefrag" default y Loading package/e2fsprogs/e2fsprogs-1.41.9-add-missing-dep-of-tst_uuid-o.patch→package/e2fsprogs/e2fsprogs-add-missing-dep-of-tst_uuid-o.patch +0 −0 File moved. View file package/e2fsprogs/e2fsprogs-fallocate.patch 0 → 100644 +22 −0 Original line number Diff line number Diff line We assume that fallocate is supported somehow but we need to check if we have fallocate() this problem shows up on uclibc systems since uclibc does not have fallocate() implemented Signed-off-by: Khem Raj <raj.khem@gmail.com> Upstream-Status: Pending Index: e2fsprogs-1.42/lib/ext2fs/unix_io.c =================================================================== --- e2fsprogs-1.42.orig/lib/ext2fs/unix_io.c 2012-01-17 17:24:34.290780625 -0800 +++ e2fsprogs-1.42/lib/ext2fs/unix_io.c 2012-01-17 17:25:37.338783680 -0800 @@ -895,7 +895,7 @@ goto unimplemented; #endif } else { -#ifdef FALLOC_FL_PUNCH_HOLE +#if defined FALLOC_FL_PUNCH_HOLE && defined HAVE_FALLOCATE /* * If we are not on block device, try to use punch hole * to reclaim free space. package/e2fsprogs/e2fsprogs-1.41.9-sem-init-libs.patch→package/e2fsprogs/e2fsprogs-sem-init-libs.patch +0 −0 File moved. View file package/e2fsprogs/e2fsprogs.mk +2 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # ############################################################# E2FSPROGS_VERSION = 1.41.14 E2FSPROGS_VERSION = 1.42 E2FSPROGS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/e2fsprogs E2FSPROGS_CONF_OPT = \ Loading Loading @@ -39,6 +39,7 @@ E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_E2FREEFRAG) += usr/sbin/e2freefrag E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_E2FSCK) += usr/sbin/e2fsck E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_E2LABEL) += usr/sbin/e2label E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_E2UNDO) += usr/sbin/e2undo E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_E4DEFRAG) += usr/sbin/e4defrag E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_FILEFRAG) += usr/sbin/filefrag E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_FSCK) += usr/sbin/fsck E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_LOGSAVE) += usr/sbin/logsave Loading Loading
package/e2fsprogs/Config.in +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ config BR2_PACKAGE_E2FSPROGS_E2UNDO bool "e2undo" default y config BR2_PACKAGE_E2FSPROGS_E4DEFRAG bool "e4defrag" config BR2_PACKAGE_E2FSPROGS_FILEFRAG bool "filefrag" default y Loading
package/e2fsprogs/e2fsprogs-1.41.9-add-missing-dep-of-tst_uuid-o.patch→package/e2fsprogs/e2fsprogs-add-missing-dep-of-tst_uuid-o.patch +0 −0 File moved. View file
package/e2fsprogs/e2fsprogs-fallocate.patch 0 → 100644 +22 −0 Original line number Diff line number Diff line We assume that fallocate is supported somehow but we need to check if we have fallocate() this problem shows up on uclibc systems since uclibc does not have fallocate() implemented Signed-off-by: Khem Raj <raj.khem@gmail.com> Upstream-Status: Pending Index: e2fsprogs-1.42/lib/ext2fs/unix_io.c =================================================================== --- e2fsprogs-1.42.orig/lib/ext2fs/unix_io.c 2012-01-17 17:24:34.290780625 -0800 +++ e2fsprogs-1.42/lib/ext2fs/unix_io.c 2012-01-17 17:25:37.338783680 -0800 @@ -895,7 +895,7 @@ goto unimplemented; #endif } else { -#ifdef FALLOC_FL_PUNCH_HOLE +#if defined FALLOC_FL_PUNCH_HOLE && defined HAVE_FALLOCATE /* * If we are not on block device, try to use punch hole * to reclaim free space.
package/e2fsprogs/e2fsprogs-1.41.9-sem-init-libs.patch→package/e2fsprogs/e2fsprogs-sem-init-libs.patch +0 −0 File moved. View file
package/e2fsprogs/e2fsprogs.mk +2 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # ############################################################# E2FSPROGS_VERSION = 1.41.14 E2FSPROGS_VERSION = 1.42 E2FSPROGS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/e2fsprogs E2FSPROGS_CONF_OPT = \ Loading Loading @@ -39,6 +39,7 @@ E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_E2FREEFRAG) += usr/sbin/e2freefrag E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_E2FSCK) += usr/sbin/e2fsck E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_E2LABEL) += usr/sbin/e2label E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_E2UNDO) += usr/sbin/e2undo E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_E4DEFRAG) += usr/sbin/e4defrag E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_FILEFRAG) += usr/sbin/filefrag E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_FSCK) += usr/sbin/fsck E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_LOGSAVE) += usr/sbin/logsave Loading