diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-11 16:35:52 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-11 16:35:52 +0100 |
commit | ed15dde60a72dce888df10295a916b199346929d (patch) | |
tree | e3d9fab96ea62f20f29460de32e8cacaab9d2267 /configs/cygwin_defconfig | |
parent | 6c1f348fa792a33d5a98e68c139df65c2d4c1628 (diff) | |
download | busybox-w32-ed15dde60a72dce888df10295a916b199346929d.tar.gz busybox-w32-ed15dde60a72dce888df10295a916b199346929d.tar.bz2 busybox-w32-ed15dde60a72dce888df10295a916b199346929d.zip |
Move FEATURE_AUTOWIDTH config option to two applets which use it
No code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'configs/cygwin_defconfig')
-rw-r--r-- | configs/cygwin_defconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/cygwin_defconfig b/configs/cygwin_defconfig index 352ed90ad..6bfc973ef 100644 --- a/configs/cygwin_defconfig +++ b/configs/cygwin_defconfig | |||
@@ -289,11 +289,6 @@ CONFIG_YES=y | |||
289 | CONFIG_FEATURE_PRESERVE_HARDLINKS=y | 289 | CONFIG_FEATURE_PRESERVE_HARDLINKS=y |
290 | 290 | ||
291 | # | 291 | # |
292 | # Common options for ls, more and telnet | ||
293 | # | ||
294 | CONFIG_FEATURE_AUTOWIDTH=y | ||
295 | |||
296 | # | ||
297 | # Common options for df, du, ls | 292 | # Common options for df, du, ls |
298 | # | 293 | # |
299 | CONFIG_FEATURE_HUMAN_READABLE=y | 294 | CONFIG_FEATURE_HUMAN_READABLE=y |