[openwrt/openwrt] tools: e2fsprogs: drop the e4defrag patch
LEDE Commits
lede-commits at lists.infradead.org
Wed Sep 25 10:53:19 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/81527817e9fd5f710a1ff0a339c8cb67b9e0d96a
commit 81527817e9fd5f710a1ff0a339c8cb67b9e0d96a
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Wed Sep 25 13:26:19 2024 +0200
tools: e2fsprogs: drop the e4defrag patch
Considering that this patch to not build e4defrag was added 12 years ago
because:
Compilation fails on older systems due to missing syscalls
I think its safe to say that enough time is passed so that whatever those
older systems were are either updated or not used anymore so lets drop
the patch.
Link: https://github.com/openwrt/openwrt/pull/16500
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
tools/e2fsprogs/patches/002-dont-build-e4defrag.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch b/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch
deleted file mode 100644
index f59cd317a1..0000000000
--- a/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/misc/Makefile.in
-+++ b/misc/Makefile.in
-@@ -12,7 +12,7 @@ MKDIR_P = @MKDIR_P@
-
- @MCONFIG@
-
-- at DEFRAG_CMT@@LINUX_CMT at E4DEFRAG_PROG= e4defrag
-+ at DEFRAG_CMT@@LINUX_CMT at E4DEFRAG_PROG=
- @DEFRAG_CMT@@LINUX_CMT at E4DEFRAG_MAN= e4defrag.8
-
- @LINUX_CMT at E4CRYPT_PROG = e4crypt
More information about the lede-commits
mailing list