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 "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
Line 38... Line 38...
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 59... Line 59...
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.