aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r--networking/udhcp/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in
index 55cefb673..d4b76e188 100644
--- a/networking/udhcp/Config.in
+++ b/networking/udhcp/Config.in
@@ -74,14 +74,14 @@ config FEATURE_UDHCP_PORT
74 At the cost of ~300 bytes, enables -P port option. 74 At the cost of ~300 bytes, enables -P port option.
75 This feature is typically not needed. 75 This feature is typically not needed.
76 76
77config FEATURE_UDHCP_DEBUG 77config UDHCP_DEBUG
78 bool "Compile udhcp with noisy debugging messages" 78 bool "Compile udhcp with noisy debugging messages"
79 default n 79 default n
80 depends on APP_UDHCPD || APP_UDHCPC 80 depends on APP_UDHCPD || APP_UDHCPC
81 help 81 help
82 If selected, udhcpd will output extra debugging output. 82 If selected, udhcpd will output extra debugging output.
83 83
84config FEATURE_RFC3397 84config FEATURE_UDHCP_RFC3397
85 bool "Support for RFC3397 domain search (experimental)" 85 bool "Support for RFC3397 domain search (experimental)"
86 default n 86 default n
87 depends on APP_UDHCPD || APP_UDHCPC 87 depends on APP_UDHCPD || APP_UDHCPC
@@ -89,7 +89,7 @@ config FEATURE_RFC3397
89 If selected, both client and server will support passing of domain 89 If selected, both client and server will support passing of domain
90 search lists via option 119, specified in RFC3397. 90 search lists via option 119, specified in RFC3397.
91 91
92config DHCPC_DEFAULT_SCRIPT 92config UDHCPC_DEFAULT_SCRIPT
93 string "Absolute path to config script" 93 string "Absolute path to config script"
94 default "/usr/share/udhcpc/default.script" 94 default "/usr/share/udhcpc/default.script"
95 depends on APP_UDHCPC 95 depends on APP_UDHCPC