From: Gustavo Zacarias Date: Mon, 30 Mar 2015 21:07:29 +0000 (-0300) Subject: boot/gummiboot: drop largefile depends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8518c47ab785ac5bd6a4aedf78db94d576ffe23;p=buildroot.git boot/gummiboot: drop largefile depends Drop the buildroot toolchain non-largefile support option since it's being removed. Signed-off-by: Gustavo Zacarias Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/boot/gummiboot/Config.in b/boot/gummiboot/Config.in index 8d70680d2b..ad49793698 100644 --- a/boot/gummiboot/Config.in +++ b/boot/gummiboot/Config.in @@ -4,7 +4,6 @@ config BR2_TARGET_GUMMIBOOT select BR2_PACKAGE_GNU_EFI select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBBLKID - depends on BR2_LARGEFILE # util-linux depends on BR2_USE_WCHAR # util-linux help gummiboot is a simple UEFI boot manager which executes @@ -24,5 +23,5 @@ config BR2_TARGET_GUMMIBOOT http://freedesktop.org/wiki/Software/gummiboot/ -comment "gummiboot needs a toolchain w/ largefile, wchar" - depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) +comment "gummiboot needs a toolchain w/ wchar" + depends on !BR2_USE_WCHAR