# HG changeset patch # User Rob Landley # Date 1346295207 18000 # Node ID 8bd6056bd7fa6ae86607df551336d88def1ece5b # Parent 29109240fd6d3a5dcd6b88bc6ef3b8cdea06d429 Enable some epically obscure functions in uClibc which mdadm needs to auto-scan arrays. diff -r 29109240fd6d -r 8bd6056bd7fa sources/baseconfig-uClibc --- 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