diff options
| author | Robert Marko | 2024-09-25 11:26:19 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-09-25 17:53:13 +0000 |
| commit | 81527817e9fd5f710a1ff0a339c8cb67b9e0d96a (patch) | |
| tree | da65939b81d5bebf51dae6b91808c7d86512c14c | |
| parent | 23ac1ad9515588321970985859b2ee0cc8243f91 (diff) | |
| download | openwrt-81527817e9fd5f710a1ff0a339c8cb67b9e0d96a.tar.gz | |
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@gmail.com>
| -rw-r--r-- | tools/e2fsprogs/patches/002-dont-build-e4defrag.patch | 11 |
1 files changed, 0 insertions, 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@ - --@DEFRAG_CMT@@LINUX_CMT@E4DEFRAG_PROG= e4defrag -+@DEFRAG_CMT@@LINUX_CMT@E4DEFRAG_PROG= - @DEFRAG_CMT@@LINUX_CMT@E4DEFRAG_MAN= e4defrag.8 - - @LINUX_CMT@E4CRYPT_PROG = e4crypt |