From: Florian Fainelli Date: Tue, 28 Aug 2007 08:19:35 +0000 (+0000) Subject: Fix the CONFIG_LFS option (#2276) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=9ed9741701e872113c2c1be569602e72a129d647 Fix the CONFIG_LFS option (#2276) SVN-Revision: 8512 --- diff --git a/package/busybox/config/Config.in b/package/busybox/config/Config.in index d288bfb0aa..4df12cc8bb 100644 --- a/package/busybox/config/Config.in +++ b/package/busybox/config/Config.in @@ -298,7 +298,7 @@ config BUSYBOX_CONFIG_FEATURE_SHARED_BUSYBOX You need to have a working dynamic linker to use this variant. config BUSYBOX_CONFIG_LFS - bool + bool "Support large files over 2 GB" default y select BUSYBOX_CONFIG_FDISK_SUPPORT_LARGE_DISKS help