summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2024-03-24 10:40:31 +0100
committerFelix Fietkau <nbd@nbd.name>2024-03-29 15:39:04 +0100
commitc9ae8fd3d45f5d05a03c40a46573f2e982b5f139 (patch)
tree48980c2b7c8fd484860117db20a138f901fe4350 /tools
parent2ec025d5547182da07bdd8299d2e97d05f695537 (diff)
downloadopenwrt-c9ae8fd3d45f5d05a03c40a46573f2e982b5f139.tar.gz
openwrt-c9ae8fd3d45f5d05a03c40a46573f2e982b5f139.tar.bz2
openwrt-c9ae8fd3d45f5d05a03c40a46573f2e982b5f139.zip
tools/e2fsprogs: disable building fuse2fs to avoid depending on libfuse
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools')
-rw-r--r--tools/e2fsprogs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 0aa85af3f1..7aafc9f06b 100644
--- a/tools/e2fsprogs/Makefile
+++ b/tools/e2fsprogs/Makefile
@@ -30,7 +30,8 @@ HOST_CONFIGURE_ARGS += \
--enable-libuuid \
--disable-tls \
--disable-nls \
- --enable-threads=pth
+ --enable-threads=pth \
+ --disable-fuse2fs
define Host/Prepare
$(call Host/Prepare/Default)