projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c0f55b
)
Fix the CONFIG_LFS option (#2276)
author
Florian Fainelli
<florian@openwrt.org>
Tue, 28 Aug 2007 08:19:35 +0000
(08:19 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 28 Aug 2007 08:19:35 +0000
(08:19 +0000)
SVN-Revision: 8512
package/busybox/config/Config.in
patch
|
blob
|
history
diff --git
a/package/busybox/config/Config.in
b/package/busybox/config/Config.in
index d288bfb0aa15cbe0737a8f7d54b101464c83cda6..4df12cc8bb96601e462c96f8738a9e3765a01d79 100644
(file)
--- 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