OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileRegard whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 # DO NOT EDIT. This file is generated from Config.src 1 # DO NOT EDIT. This file is generated from Config.src
2 # 2 #
3 # For a description of the syntax of this configuration file, 3 # For a description of the syntax of this configuration file,
4 # see docs/Kconfig-language.txt. 4 # see scripts/kbuild/config-language.txt.
5 # 5 #
Line 6... Line 6...
6   6  
Line 7... Line 7...
7 menu "Finding Utilities" 7 menu "Finding Utilities"
8   8  
9 config BUSYBOX_CONFIG_FIND 9 config BUSYBOX_CONFIG_FIND
10 bool "find (14 kb)" 10 bool "find"
11 default BUSYBOX_DEFAULT_FIND 11 default BUSYBOX_DEFAULT_FIND
Line 12... Line 12...
12 help 12 help
Line 49... Line 49...
49 depends on BUSYBOX_CONFIG_FIND 49 depends on BUSYBOX_CONFIG_FIND
50 help 50 help
51 Enable searching based on file type (file, 51 Enable searching based on file type (file,
52 directory, socket, device, etc.). 52 directory, socket, device, etc.).
Line 53... Line -...
53   -  
54 config BUSYBOX_CONFIG_FEATURE_FIND_EXECUTABLE -  
55 bool "Enable -executable: file is executable" -  
56 default BUSYBOX_DEFAULT_FEATURE_FIND_EXECUTABLE -  
57 depends on BUSYBOX_CONFIG_FIND -  
58   53  
59 config BUSYBOX_CONFIG_FEATURE_FIND_XDEV 54 config BUSYBOX_CONFIG_FEATURE_FIND_XDEV
60 bool "Enable -xdev: 'stay in filesystem'" 55 bool "Enable -xdev: 'stay in filesystem'"
61 default BUSYBOX_DEFAULT_FEATURE_FIND_XDEV 56 default BUSYBOX_DEFAULT_FEATURE_FIND_XDEV
Line 141... Line 136...
141 depends on BUSYBOX_CONFIG_FIND 136 depends on BUSYBOX_CONFIG_FIND
142 help 137 help
143 If the file is a directory, don't descend into it. Useful for 138 If the file is a directory, don't descend into it. Useful for
144 exclusion .svn and CVS directories. 139 exclusion .svn and CVS directories.
Line 145... Line -...
145   -  
146 config BUSYBOX_CONFIG_FEATURE_FIND_QUIT -  
147 bool "Enable -quit: exit" -  
148 default BUSYBOX_DEFAULT_FEATURE_FIND_QUIT -  
149 depends on BUSYBOX_CONFIG_FIND -  
150 help -  
151 If this action is reached, 'find' exits. -  
152   140  
153 config BUSYBOX_CONFIG_FEATURE_FIND_DELETE 141 config BUSYBOX_CONFIG_FEATURE_FIND_DELETE
154 bool "Enable -delete: delete files/dirs" 142 bool "Enable -delete: delete files/dirs"
155 default BUSYBOX_DEFAULT_FEATURE_FIND_DELETE 143 default BUSYBOX_DEFAULT_FEATURE_FIND_DELETE
156 depends on BUSYBOX_CONFIG_FIND && BUSYBOX_CONFIG_FEATURE_FIND_DEPTH 144 depends on BUSYBOX_CONFIG_FIND && BUSYBOX_CONFIG_FEATURE_FIND_DEPTH
Line 185... Line 173...
185 default BUSYBOX_DEFAULT_FEATURE_FIND_LINKS 173 default BUSYBOX_DEFAULT_FEATURE_FIND_LINKS
186 depends on BUSYBOX_CONFIG_FIND 174 depends on BUSYBOX_CONFIG_FIND
187 help 175 help
188 Support the 'find -links' option for matching number of links. 176 Support the 'find -links' option for matching number of links.
189 config BUSYBOX_CONFIG_GREP 177 config BUSYBOX_CONFIG_GREP
190 bool "grep (8.6 kb)" 178 bool "grep"
191 default BUSYBOX_DEFAULT_GREP 179 default BUSYBOX_DEFAULT_GREP
192 help 180 help
193 grep is used to search files for a specified pattern. 181 grep is used to search files for a specified pattern.
Line 194... Line 182...
194   182  
195 config BUSYBOX_CONFIG_EGREP 183 config BUSYBOX_CONFIG_EGREP
196 bool "egrep (7.8 kb)" 184 bool "egrep"
197 default BUSYBOX_DEFAULT_EGREP 185 default BUSYBOX_DEFAULT_EGREP
198 help 186 help
Line 199... Line 187...
199 Alias to "grep -E". 187 Alias to "grep -E"
200   188  
201 config BUSYBOX_CONFIG_FGREP 189 config BUSYBOX_CONFIG_FGREP
202 bool "fgrep (7.8 kb)" 190 bool "fgrep"
203 default BUSYBOX_DEFAULT_FGREP 191 default BUSYBOX_DEFAULT_FGREP
Line 204... Line 192...
204 help 192 help
205 Alias to "grep -F". 193 Alias to "grep -F"
206   194  
207 config BUSYBOX_CONFIG_FEATURE_GREP_CONTEXT 195 config BUSYBOX_CONFIG_FEATURE_GREP_CONTEXT
208 bool "Enable before and after context flags (-A, -B and -C)" 196 bool "Enable before and after context flags (-A, -B and -C)"
209 default BUSYBOX_DEFAULT_FEATURE_GREP_CONTEXT 197 default BUSYBOX_DEFAULT_FEATURE_GREP_CONTEXT
210 depends on BUSYBOX_CONFIG_GREP || BUSYBOX_CONFIG_EGREP || BUSYBOX_CONFIG_FGREP 198 depends on BUSYBOX_CONFIG_GREP || BUSYBOX_CONFIG_EGREP || BUSYBOX_CONFIG_FGREP
211 help 199 help
212 Print the specified number of leading (-B) and/or trailing (-A) 200 Print the specified number of leading (-B) and/or trailing (-A)
213 context surrounding our matching lines. 201 context surrounding our matching lines.
214 Print the specified number of context lines (-C). 202 Print the specified number of context lines (-C).
215 config BUSYBOX_CONFIG_XARGS 203 config BUSYBOX_CONFIG_XARGS
216 bool "xargs (7.2 kb)" 204 bool "xargs"
217 default BUSYBOX_DEFAULT_XARGS 205 default BUSYBOX_DEFAULT_XARGS
Line 256... Line 244...
256 default BUSYBOX_DEFAULT_FEATURE_XARGS_SUPPORT_REPL_STR 244 default BUSYBOX_DEFAULT_FEATURE_XARGS_SUPPORT_REPL_STR
257 depends on BUSYBOX_CONFIG_XARGS 245 depends on BUSYBOX_CONFIG_XARGS
258 help 246 help
259 Support -I STR and -i[STR] options. 247 Support -I STR and -i[STR] options.
Line 260... Line -...
260   -  
261 config BUSYBOX_CONFIG_FEATURE_XARGS_SUPPORT_PARALLEL -  
262 bool "Enable -P N: processes to run in parallel" -  
263 default BUSYBOX_DEFAULT_FEATURE_XARGS_SUPPORT_PARALLEL -  
264 depends on BUSYBOX_CONFIG_XARGS -  
265   -  
266 config BUSYBOX_CONFIG_FEATURE_XARGS_SUPPORT_ARGS_FILE -  
267 bool "Enable -a FILE: use FILE instead of stdin" -  
268 default BUSYBOX_DEFAULT_FEATURE_XARGS_SUPPORT_ARGS_FILE -  
269 depends on BUSYBOX_CONFIG_XARGS -  
270   248