diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-28 08:19:35 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-28 08:19:35 +0000 |
commit | 22089ebeec5a3eb602483c23db750746fa973433 (patch) | |
tree | 0d43f8b994568ef37dfec533e82bc2197a63b6a7 /package/busybox/config | |
parent | e1c9572b15974ffa98eff8b8f4bd77444d44dbd9 (diff) |
Fix the CONFIG_LFS option (#2276)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8512 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config')
-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 |