summaryrefslogtreecommitdiffstats
path: root/package/dmraid
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-26 09:26:47 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-01 09:14:12 +0200
commit2480b2e125b6108dac8e7c5fcec8a543ca1b9058 (patch)
treef31b8966b276f2e30afb41b69e09988aa9602985 /package/dmraid
parentfd806578a9c727267166bf9a1c3bb17f584af4de (diff)
downloadbuildroot-2480b2e125b6108dac8e7c5fcec8a543ca1b9058.tar.gz
buildroot-2480b2e125b6108dac8e7c5fcec8a543ca1b9058.zip
Revert "lvm2: disable build with uClibc-ng"
This reverts commit 66f136a9f64b880eefa769c1261916773d8f28c0. Issue fixed with uClibc-ng update to 1.0.24. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dmraid')
-rw-r--r--package/dmraid/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/dmraid/Config.in b/package/dmraid/Config.in
index 61976bbb27..583f3f272c 100644
--- a/package/dmraid/Config.in
+++ b/package/dmraid/Config.in
@@ -4,7 +4,6 @@ config BR2_PACKAGE_DMRAID
depends on BR2_USE_MMU # lvm2
depends on !BR2_STATIC_LIBS # lvm2
depends on !BR2_TOOLCHAIN_USES_MUSL # lvm2
- depends on !BR2_TOOLCHAIN_USES_UCLIBC # lvm2
select BR2_PACKAGE_LVM2
help
dmraid discovers, activates, deactivates and displays properties
@@ -13,7 +12,7 @@ config BR2_PACKAGE_DMRAID
dmraid uses the Linux device-mapper to create devices with
respective mappings for the ATARAID sets discovered.
-comment "dmraid needs a glibc toolchain w/ threads, dynamic library"
+comment "dmraid needs a glibc or uClibc toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
- || BR2_TOOLCHAIN_USES_MUSL || BR2_TOOLCHAIN_USES_UCLIBC
+ || BR2_TOOLCHAIN_USES_MUSL
OpenPOWER on IntegriCloud