changeset 1539:8bd6056bd7fa

Enable some epically obscure functions in uClibc which mdadm needs to auto-scan arrays.
author Rob Landley <rob@landley.net>
date Wed, 29 Aug 2012 21:53:27 -0500
parents 29109240fd6d
children 90e6bdb0204b
files sources/baseconfig-uClibc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/baseconfig-uClibc	Wed Aug 29 21:52:23 2012 -0500
+++ b/sources/baseconfig-uClibc	Wed Aug 29 21:53:27 2012 -0500
@@ -101,3 +101,8 @@
 #UCLIBC_HAS_LOCALE=y
 #UCLIBC_HAS_XLOCALE=y
 #UCLIBC_BUILD_MINIMAL_LOCALE=y
+
+# These hugely obscure functions are required by mdadm partition scanning.
+
+UCLIBC_HAS_FTW=y
+UCLIBC_HAS_NFTW=y