summaryrefslogtreecommitdiffstats
path: root/config/busybox/textutils/Config.in
blob: a1b87f779af72443c200817df5ab3b8f3d5cf03e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#

menu "Text Utilities"
	depends on BUSYBOX

config BB_CONFIG_CAT
	bool "cat"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_CMP
	bool "cmp"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_CUT
	bool "cut"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_DOS2UNIX
	bool "dos2unix/unix2dos"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_HEAD
	bool "head"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_LENGTH
	bool "length"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_MD5SUM
	bool "md5sum"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_OD
	bool "od"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_SORT
	bool "sort"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_FEATURE_SORT_REVERSE
	bool "  Enable reverse sort"
	default y
	depends on BB_CONFIG_SORT
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_FEATURE_SORT_UNIQUE
	bool "  Enable unique sort"
	default y
	depends on BB_CONFIG_SORT
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_TAIL
	bool "tail"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_FEATURE_FANCY_TAIL
	bool "  Enable extra tail options (-c, -q, -s, and -v)"
	default y
	depends on BB_CONFIG_TAIL
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_TR
	bool "tr"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_UNIQ
	bool "uniq"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_UUDECODE
	bool "uudecode"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_UUENCODE
	bool "uuencode"
	default n
	help
	  Please submit a patch to add help text for this item.

config BB_CONFIG_WC
	bool "wc"
	default n
	help
	  Please submit a patch to add help text for this item.

endmenu