Skip to content

Commit

Permalink
Remove comment of required BR2_LARGEFILE toolchain since it is now …
Browse files Browse the repository at this point in the history
…the default on buildroot.
  • Loading branch information
rluzuriaga committed Nov 24, 2023
1 parent e4b47ab commit ec9372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Buildroot/package/partimage/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ec9372c

Please sign in to comment.