Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/editors/Config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 35  config DIFF Line 35  config DIFF
35    differences between them in a form that can be given to    differences between them in a form that can be given to
36    the patch command.    the patch command.
37    
38  config FEATURE_DIFF_BINARY  config FEATURE_DIFF_LONG_OPTIONS
39   bool "Enable checks for binary files"   bool "Enable long options"
40   default y   default y
41   depends on DIFF   depends on DIFF && LONG_OPTS
42   help   help
43    This option enables support for checking for binary files    Enable use of long options.
   before a comparison is carried out.  
44    
45  config FEATURE_DIFF_DIR  config FEATURE_DIFF_DIR
46   bool "Enable directory support"   bool "Enable directory support"
# Line 51  config FEATURE_DIFF_DIR Line 50  config FEATURE_DIFF_DIR
50    This option enables support for directory and subdirectory    This option enables support for directory and subdirectory
51    comparison.    comparison.
52    
 config FEATURE_DIFF_MINIMAL  
  bool "Enable -d option to find smaller sets of changes"  
  default n  
  depends on DIFF  
  help  
   Enabling this option allows the use of -d to make diff  
   try hard to find the smallest possible set of changes.  
   
53  config ED  config ED
54   bool "ed"   bool "ed"
55   default n   default n

Legend:
Removed from v.983  
changed lines
  Added in v.984