diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -256,18 +256,18 @@ config BUSYBOX_EXEC_PATH | |||
256 | # These are auto-selected by other options | 256 | # These are auto-selected by other options |
257 | 257 | ||
258 | config FEATURE_SYSLOG | 258 | config FEATURE_SYSLOG |
259 | bool "Support for logging to syslog" | 259 | bool #No description makes it a hidden option |
260 | default n | 260 | default n |
261 | help | 261 | #help |
262 | This option is auto-selected when you select any applet which may | 262 | # This option is auto-selected when you select any applet which may |
263 | send its output to syslog. You do not need to select it manually. | 263 | # send its output to syslog. You do not need to select it manually. |
264 | 264 | ||
265 | config FEATURE_HAVE_RPC | 265 | config FEATURE_HAVE_RPC |
266 | bool "RPC support" | 266 | bool #No description makes it a hidden option |
267 | default n | 267 | default n |
268 | help | 268 | #help |
269 | This is automatically selected if any of enabled applets need it. | 269 | # This is automatically selected if any of enabled applets need it. |
270 | You do not need to select it manually. | 270 | # You do not need to select it manually. |
271 | 271 | ||
272 | endmenu | 272 | endmenu |
273 | 273 | ||