Skip to content

Commit

Permalink
tools: e2fsprogs: pass --with-crond-dir=no instead of patching
Browse files Browse the repository at this point in the history
Currently, e2fsprogs is being patched to avoid detecting host crond, but
instead of doing that we can simply pass --with-crond-dir=no as an
argument and drop the patch.

Link: openwrt/openwrt#16500
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
robimarko committed Sep 25, 2024
1 parent 8152781 commit da3e1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
3 changes: 2 additions & 1 deletion tools/e2fsprogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ HOST_CONFIGURE_ARGS += \
--disable-tls \
--disable-nls \
--enable-threads=pth \
--disable-fuse2fs
--disable-fuse2fs \
--with-crond-dir=no

define Host/Prepare
$(call Host/Prepare/Default)
Expand Down
11 changes: 0 additions & 11 deletions tools/e2fsprogs/patches/003-no-crond.patch

This file was deleted.

0 comments on commit da3e1ae

Please sign in to comment.