OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 1... Line 1...
1 # 1 #
2 # For a description of the syntax of this configuration file, 2 # For a description of the syntax of this configuration file,
3 # see docs/Kconfig-language.txt. 3 # see scripts/kbuild/config-language.txt.
4 # 4 #
Line 5... Line 5...
5   5  
6   6  
7 config BUSYBOX_CONFIG_HAVE_DOT_CONFIG 7 config BUSYBOX_CONFIG_HAVE_DOT_CONFIG
Line 8... Line 8...
8 bool 8 bool
Line 9... Line 9...
9 default BUSYBOX_DEFAULT_HAVE_DOT_CONFIG 9 default BUSYBOX_DEFAULT_HAVE_DOT_CONFIG
10   10  
11 menu "Settings" 11 menu "Busybox Settings"
12   12  
Line 175... Line 175...
175 $ busybox 175 $ busybox
176 busybox: applet not found 176 busybox: applet not found
Line 177... Line 177...
177   177  
Line 178... Line -...
178 Running "busybox APPLET [ARGS...]" will still work, of course. -  
179   -  
180 config BUSYBOX_CONFIG_FEATURE_SHOW_SCRIPT -  
181 bool "Support --show SCRIPT" -  
182 default BUSYBOX_DEFAULT_FEATURE_SHOW_SCRIPT -  
183 depends on BUSYBOX_CONFIG_BUSYBOX 178 Running "busybox APPLET [ARGS...]" will still work, of course.
184   179  
185 config BUSYBOX_CONFIG_FEATURE_INSTALLER 180 config BUSYBOX_CONFIG_FEATURE_INSTALLER
186 bool "Support --install [-s] to install applet links at runtime" 181 bool "Support --install [-s] to install applet links at runtime"
187 default BUSYBOX_DEFAULT_FEATURE_INSTALLER 182 default BUSYBOX_DEFAULT_FEATURE_INSTALLER
Line 520... Line 515...
520 help 515 help
521 Use this option if you are trying to compile busybox with 516 Use this option if you are trying to compile busybox with
522 compiler other than gcc. 517 compiler other than gcc.
523 If you do use gcc, this option may needlessly increase code size. 518 If you do use gcc, this option may needlessly increase code size.
Line 524... Line -...
524   -  
525 config BUSYBOX_CONFIG_STACK_OPTIMIZATION_386 -  
526 bool "Use -mpreferred-stack-boundary=2 on i386 arch" -  
527 default BUSYBOX_DEFAULT_STACK_OPTIMIZATION_386 -  
528 help -  
529 This option makes for smaller code, but some libc versions -  
530 do not work with it (they use SSE instructions without -  
531 ensuring stack alignment). -  
532   519  
Line 533... Line 520...
533 comment 'Installation Options ("make install" behavior)' 520 comment 'Installation Options ("make install" behavior)'
534   521  
535 choice 522 choice
Line 691... Line 678...
691 config BUSYBOX_CONFIG_EFENCE 678 config BUSYBOX_CONFIG_EFENCE
692 bool "Electric-fence" 679 bool "Electric-fence"
Line 693... Line 680...
693   680  
Line 694... Line -...
694 endchoice -  
695   -  
696 source libbb/Config.in 681 endchoice
Line -... Line 682...
-   682  
-   683 endmenu
697   684  
Line 698... Line 685...
698 endmenu 685 source libbb/Config.in
699   686  
700 comment "Applets" 687 comment "Applets"
701   688  
702 source archival/Config.in -  
703 source coreutils/Config.in 689 source archival/Config.in
704 source console-tools/Config.in 690 source coreutils/Config.in
705 source debianutils/Config.in 691 source console-tools/Config.in
706 source klibc-utils/Config.in 692 source debianutils/Config.in
707 source editors/Config.in 693 source editors/Config.in