diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-28 08:19:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-28 08:19:35 +0000 |
commit | a706affb3a6af6e195ca4885c3392802036cde22 (patch) | |
tree | c697f89e77f2efba3ab8b8c1f945cc45cd3f2df7 | |
parent | 6c0f55bc68f3d3a7fdd00e61ea7caf2ed4c620a9 (diff) | |
download | upstream-a706affb3a6af6e195ca4885c3392802036cde22.tar.gz upstream-a706affb3a6af6e195ca4885c3392802036cde22.tar.bz2 upstream-a706affb3a6af6e195ca4885c3392802036cde22.zip |
Fix the CONFIG_LFS option (#2276)
SVN-Revision: 8512
-rw-r--r-- | package/busybox/config/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |