aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/Config.in b/Config.in
index 85d576edb..d2eab538e 100644
--- a/Config.in
+++ b/Config.in
@@ -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
258config FEATURE_SYSLOG 258config 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
265config FEATURE_HAVE_RPC 265config 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
272endmenu 272endmenu
273 273