summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/e2fsprogs/Config.in6
-rw-r--r--package/e2fsprogs/e2fsprogs.mk2
2 files changed, 1 insertions, 7 deletions
diff --git a/package/e2fsprogs/Config.in b/package/e2fsprogs/Config.in
index ebf500309..a98c49efa 100644
--- a/package/e2fsprogs/Config.in
+++ b/package/e2fsprogs/Config.in
@@ -89,12 +89,6 @@ config BR2_PACKAGE_E2FSPROGS_UUIDGEN
bool "uuidgen"
default y
-config BR2_PACKAGE_E2FSPROGS_UUIDD
- bool "uuidd"
- default y
- help
- The uuidd daemon from the e2fsprogs suite
-
endif
comment "e2fsprogs requires a toolchain with LARGEFILE + WCHAR support"
diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index 1cfeb0135..b2c30bf37 100644
--- a/package/e2fsprogs/e2fsprogs.mk
+++ b/package/e2fsprogs/e2fsprogs.mk
@@ -13,7 +13,7 @@ E2FSPROGS_CONF_OPT = \
$(if $(BR2_PACKAGE_E2FSPROGS_DEBUGFS),,--disable-debugfs) \
$(if $(BR2_PACKAGE_E2FSPROGS_E2IMAGE),,--disable-imager) \
$(if $(BR2_PACKAGE_E2FSPROGS_RESIZE2FS),,--disable-resizer) \
- $(if $(BR2_PACKAGE_E2FSPROGS_UUIDD),,--disable-uuidd) \
+ --disable-uuidd \
--disable-blkid \
--disable-libuuid \
--enable-fsck \