aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-10-31 00:04:24 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-10-31 00:04:24 +0000
commit9716575f1a095e8f2a699b3bd91646fabab41eed (patch)
tree8107f697951a0e918a8f166820f171ac379fcc3f /coreutils
parent40c9489d336ad42451b8eb124f82ff14958d3945 (diff)
downloadbusybox-9716575f1a095e8f2a699b3bd91646fabab41eed.tar.gz
Remove config options for sort -u and sort -r, they are always enabled
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index db4fe39ff..54bdc6868 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -400,22 +400,6 @@ config CONFIG_SORT
help
sort is used to sort lines of text in specified files.
-config CONFIG_FEATURE_SORT_REVERSE
- bool " Enable reverse sort"
- default y
- depends on CONFIG_SORT
- help
- Enable the `-r' option that allows sort to sort lines of
- text in reverse.
-
-config CONFIG_FEATURE_SORT_UNIQUE
- bool " Enable unique sort"
- default y
- depends on CONFIG_SORT
- help
- Enable the `-u' option that allows sort to only sort lines
- that are uniq.
-
config CONFIG_STTY
bool "stty"
default n