From ec9372cc3c6614ba007936032bfebfe1b05924be Mon Sep 17 00:00:00 2001 From: rluzuriaga Date: Fri, 24 Nov 2023 13:16:09 -0800 Subject: [PATCH] Remove comment of required `BR2_LARGEFILE` toolchain since it is now the default on buildroot. --- Buildroot/package/partimage/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildroot/package/partimage/Config.in b/Buildroot/package/partimage/Config.in index b116f474..351b18d0 100644 --- a/Buildroot/package/partimage/Config.in +++ b/Buildroot/package/partimage/Config.in @@ -11,4 +11,4 @@ config BR2_PACKAGE_PARTIMAGE http://www.partimage.org/Main_Page comment "partimage requires a toolchain with LARGEFILE+WCHAR support" - depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) + depends on !(BR2_USE_WCHAR)