diff options
author | Denys Vlasenko | 2017-01-11 16:35:52 +0100 |
---|---|---|
committer | Denys Vlasenko | 2017-01-11 16:35:52 +0100 |
commit | ed15dde60a72dce888df10295a916b199346929d (patch) | |
tree | e3d9fab96ea62f20f29460de32e8cacaab9d2267 /configs/freebsd_defconfig | |
parent | 6c1f348fa792a33d5a98e68c139df65c2d4c1628 (diff) | |
download | busybox-ed15dde60a72dce888df10295a916b199346929d.zip busybox-ed15dde60a72dce888df10295a916b199346929d.tar.gz |
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/freebsd_defconfig')
-rw-r--r-- | configs/freebsd_defconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/freebsd_defconfig b/configs/freebsd_defconfig index b19a9fd..e3d04ae 100644 --- a/configs/freebsd_defconfig +++ b/configs/freebsd_defconfig @@ -287,11 +287,6 @@ CONFIG_YES=y CONFIG_FEATURE_PRESERVE_HARDLINKS=y # -# Common options for ls, more and telnet -# -CONFIG_FEATURE_AUTOWIDTH=y - -# # Common options for df, du, ls # CONFIG_FEATURE_HUMAN_READABLE=y |