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 | |
parent | 6c1f348fa792a33d5a98e68c139df65c2d4c1628 (diff) |
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')
-rw-r--r-- | configs/TEST_nommu_defconfig | 5 | ||||
-rw-r--r-- | configs/TEST_noprintf_defconfig | 1 | ||||
-rw-r--r-- | configs/TEST_rh9_defconfig | 5 | ||||
-rw-r--r-- | configs/android2_defconfig | 5 | ||||
-rw-r--r-- | configs/android_502_defconfig | 5 | ||||
-rw-r--r-- | configs/android_defconfig | 5 | ||||
-rw-r--r-- | configs/android_ndk_defconfig | 5 | ||||
-rw-r--r-- | configs/cygwin_defconfig | 5 | ||||
-rw-r--r-- | configs/freebsd_defconfig | 5 |
9 files changed, 0 insertions, 41 deletions
diff --git a/configs/TEST_nommu_defconfig b/configs/TEST_nommu_defconfig index 37f3df019..b7d9a35c2 100644 --- a/configs/TEST_nommu_defconfig +++ b/configs/TEST_nommu_defconfig @@ -266,11 +266,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 diff --git a/configs/TEST_noprintf_defconfig b/configs/TEST_noprintf_defconfig index b03f6250e..3f85ee1df 100644 --- a/configs/TEST_noprintf_defconfig +++ b/configs/TEST_noprintf_defconfig @@ -277,7 +277,6 @@ CONFIG_TRUE=y # CONFIG_WHOAMI is not set # CONFIG_YES is not set # CONFIG_FEATURE_PRESERVE_HARDLINKS is not set -# CONFIG_FEATURE_AUTOWIDTH is not set # CONFIG_FEATURE_HUMAN_READABLE is not set # CONFIG_FEATURE_MD5_SHA1_SUM_CHECK is not set diff --git a/configs/TEST_rh9_defconfig b/configs/TEST_rh9_defconfig index 3fc137787..99deb67fe 100644 --- a/configs/TEST_rh9_defconfig +++ b/configs/TEST_rh9_defconfig @@ -277,11 +277,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 diff --git a/configs/android2_defconfig b/configs/android2_defconfig index 1846bb764..b079fa759 100644 --- a/configs/android2_defconfig +++ b/configs/android2_defconfig @@ -289,11 +289,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 diff --git a/configs/android_502_defconfig b/configs/android_502_defconfig index 2cf4cd86c..4273d3382 100644 --- a/configs/android_502_defconfig +++ b/configs/android_502_defconfig @@ -390,11 +390,6 @@ CONFIG_FEATURE_VERBOSE=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 diff --git a/configs/android_defconfig b/configs/android_defconfig index 8316b2efb..b9489c456 100644 --- a/configs/android_defconfig +++ b/configs/android_defconfig @@ -312,11 +312,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 diff --git a/configs/android_ndk_defconfig b/configs/android_ndk_defconfig index d8b994ed4..caf22e57b 100644 --- a/configs/android_ndk_defconfig +++ b/configs/android_ndk_defconfig @@ -316,11 +316,6 @@ CONFIG_FEATURE_VERBOSE=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 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 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 diff --git a/configs/freebsd_defconfig b/configs/freebsd_defconfig index b19a9fd49..e3d04aedc 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 |