diff options
Diffstat (limited to 'package/parted/Config.in')
-rw-r--r-- | package/parted/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/parted/Config.in b/package/parted/Config.in index 45170aaaaf..9d78f0f1f9 100644 --- a/package/parted/Config.in +++ b/package/parted/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_PARTED bool "parted" - depends on BR2_LARGEFILE depends on BR2_USE_WCHAR select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX_LIBUUID @@ -9,5 +8,5 @@ config BR2_PACKAGE_PARTED http://www.gnu.org/software/parted/ -comment "parted needs a toolchain w/ largefile, wchar" - depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) +comment "parted needs a toolchain w/ wchar" + depends on !BR2_USE_WCHAR |