diff options
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 6 |
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 | ||
77 | config FEATURE_UDHCP_DEBUG | 77 | config 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 | ||
84 | config FEATURE_RFC3397 | 84 | config 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 | ||
92 | config DHCPC_DEFAULT_SCRIPT | 92 | config 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 |