OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore 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 "Debian Utilities" 7 menu "Debian Utilities"
8   8  
9 config BUSYBOX_CONFIG_PIPE_PROGRESS 9 config BUSYBOX_CONFIG_PIPE_PROGRESS
10 bool "pipe_progress (275 bytes)" 10 bool "pipe_progress"
11 default BUSYBOX_DEFAULT_PIPE_PROGRESS 11 default BUSYBOX_DEFAULT_PIPE_PROGRESS
12 help 12 help
13 Display a dot to indicate pipe activity. 13 Display a dot to indicate pipe activity.
14 config BUSYBOX_CONFIG_RUN_PARTS 14 config BUSYBOX_CONFIG_RUN_PARTS
15 bool "run-parts (6.1 kb)" 15 bool "run-parts"
16 default BUSYBOX_DEFAULT_RUN_PARTS 16 default BUSYBOX_DEFAULT_RUN_PARTS
Line 17... Line 17...
17 help 17 help
18 run-parts is a utility designed to run all the scripts in a directory. 18 run-parts is a utility designed to run all the scripts in a directory.
Line 19... Line 19...
19   19  
20 It is useful to set up a directory like cron.daily, where you need to 20 It is useful to set up a directory like cron.daily, where you need to
Line 21... Line 21...
21 execute all the scripts in that directory. 21 execute all the scripts in that directory.
22   22  
Line 23... Line 23...
23 In this implementation of run-parts some features (such as report 23 In this implementation of run-parts some features (such as report
24 mode) are not implemented. 24 mode) are not implemented.
25   25  
26 Unless you know that run-parts is used in some of your scripts 26 Unless you know that run-parts is used in some of your scripts
Line 34... Line 34...
34 config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_FANCY 34 config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_FANCY
35 bool "Support additional arguments" 35 bool "Support additional arguments"
36 default BUSYBOX_DEFAULT_FEATURE_RUN_PARTS_FANCY 36 default BUSYBOX_DEFAULT_FEATURE_RUN_PARTS_FANCY
37 depends on BUSYBOX_CONFIG_RUN_PARTS 37 depends on BUSYBOX_CONFIG_RUN_PARTS
38 help 38 help
39 Support additional options: 39 Support additional options:
40 -l --list print the names of the all matching files (not 40 -l --list print the names of the all matching files (not
41 limited to executables), but don't actually run them. 41 limited to executables), but don't actually run them.
42 config BUSYBOX_CONFIG_START_STOP_DAEMON 42 config BUSYBOX_CONFIG_START_STOP_DAEMON
43 bool "start-stop-daemon (12 kb)" 43 bool "start-stop-daemon"
44 default BUSYBOX_DEFAULT_START_STOP_DAEMON 44 default BUSYBOX_DEFAULT_START_STOP_DAEMON
45 help 45 help
46 start-stop-daemon is used to control the creation and 46 start-stop-daemon is used to control the creation and
47 termination of system-level processes, usually the ones 47 termination of system-level processes, usually the ones
48 started during the startup of the system. 48 started during the startup of the system.
Line 49... Line 49...
49   49  
50 config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS 50 config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
51 bool "Enable long options" 51 bool "Enable long options"
52 default BUSYBOX_DEFAULT_FEATURE_START_STOP_DAEMON_LONG_OPTIONS 52 default BUSYBOX_DEFAULT_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
Line 55... Line 55...
55 config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_FANCY 55 config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_FANCY
56 bool "Support additional arguments" 56 bool "Support additional arguments"
57 default BUSYBOX_DEFAULT_FEATURE_START_STOP_DAEMON_FANCY 57 default BUSYBOX_DEFAULT_FEATURE_START_STOP_DAEMON_FANCY
58 depends on BUSYBOX_CONFIG_START_STOP_DAEMON 58 depends on BUSYBOX_CONFIG_START_STOP_DAEMON
59 help 59 help
60 -o|--oknodo ignored since we exit with 0 anyway 60 -o|--oknodo ignored since we exit with 0 anyway
61 -v|--verbose 61 -v|--verbose
62 -N|--nicelevel N 62 -N|--nicelevel N
63 config BUSYBOX_CONFIG_WHICH 63 config BUSYBOX_CONFIG_WHICH
64 bool "which (3.8 kb)" 64 bool "which"
65 default BUSYBOX_DEFAULT_WHICH 65 default BUSYBOX_DEFAULT_WHICH
66 help 66 help
67 which is used to find programs in your PATH and 67 which is used to find programs in your PATH and
68 print out their pathnames. 68 print out their pathnames.
Line 69... Line 69...
69   69