diff options
| author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-24 07:35:52 +0000 |
|---|---|---|
| committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-24 07:35:52 +0000 |
| commit | b65aadbf333cacee8e7d647ff07ddc489e2cc6ab (patch) | |
| tree | f8bf50da2cd3cb24200b1d9fa9abea7608625619 | |
| parent | 1066c750df8a54f154e546cdcc8e763f508a8600 (diff) | |
| download | busybox-w32-b65aadbf333cacee8e7d647ff07ddc489e2cc6ab.tar.gz busybox-w32-b65aadbf333cacee8e7d647ff07ddc489e2cc6ab.tar.bz2 busybox-w32-b65aadbf333cacee8e7d647ff07ddc489e2cc6ab.zip | |
get rid of udhcp submenu
git-svn-id: svn://busybox.net/trunk/busybox@15742 69ca8d6d-28ef-0310-b511-8ec308f3f277
| -rw-r--r-- | networking/udhcp/Config.in | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index eb6f3fa55..01b2902ee 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in | |||
| @@ -3,8 +3,6 @@ | |||
| 3 | # see scripts/kbuild/config-language.txt. | 3 | # see scripts/kbuild/config-language.txt. |
| 4 | # | 4 | # |
| 5 | 5 | ||
| 6 | menu "udhcp Server/Client" | ||
| 7 | |||
| 8 | config CONFIG_APP_UDHCPD | 6 | config CONFIG_APP_UDHCPD |
| 9 | bool "udhcp Server (udhcpd)" | 7 | bool "udhcp Server (udhcpd)" |
| 10 | default n | 8 | default n |
| @@ -14,6 +12,17 @@ config CONFIG_APP_UDHCPD | |||
| 14 | 12 | ||
| 15 | See http://udhcp.busybox.net for further details. | 13 | See http://udhcp.busybox.net for further details. |
| 16 | 14 | ||
| 15 | config CONFIG_APP_DUMPLEASES | ||
| 16 | bool "Lease display utility (dumpleases)" | ||
| 17 | default n | ||
| 18 | depends on CONFIG_APP_UDHCPD | ||
| 19 | help | ||
| 20 | dumpleases displays the leases written out by the udhcpd server. | ||
| 21 | Lease times are stored in the file by time remaining in lease, or | ||
| 22 | by the absolute time that it expires in seconds from epoch. | ||
| 23 | |||
| 24 | See http://udhcp.busybox.net for further details. | ||
| 25 | |||
| 17 | config CONFIG_APP_UDHCPC | 26 | config CONFIG_APP_UDHCPC |
| 18 | bool "udhcp Client (udhcpc)" | 27 | bool "udhcp Client (udhcpc)" |
| 19 | default n | 28 | default n |
| @@ -26,19 +35,8 @@ config CONFIG_APP_UDHCPC | |||
| 26 | 35 | ||
| 27 | See http://udhcp.busybox.net for further details. | 36 | See http://udhcp.busybox.net for further details. |
| 28 | 37 | ||
| 29 | config CONFIG_APP_DUMPLEASES | ||
| 30 | bool "Lease display utility (dumpleases)" | ||
| 31 | default n | ||
| 32 | depends on CONFIG_APP_UDHCPD | ||
| 33 | help | ||
| 34 | dumpleases displays the leases written out by the udhcpd server. | ||
| 35 | Lease times are stored in the file by time remaining in lease, or | ||
| 36 | by the absolute time that it expires in seconds from epoch. | ||
| 37 | |||
| 38 | See http://udhcp.busybox.net for further details. | ||
| 39 | |||
| 40 | config CONFIG_FEATURE_UDHCP_SYSLOG | 38 | config CONFIG_FEATURE_UDHCP_SYSLOG |
| 41 | bool " Log udhcp messages to syslog (instead of stdout)" | 39 | bool "Log udhcp messages to syslog (instead of stdout)" |
| 42 | default n | 40 | default n |
| 43 | depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC | 41 | depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC |
| 44 | help | 42 | help |
| @@ -48,7 +46,7 @@ config CONFIG_FEATURE_UDHCP_SYSLOG | |||
| 48 | See http://udhcp.busybox.net for further details. | 46 | See http://udhcp.busybox.net for further details. |
| 49 | 47 | ||
| 50 | config CONFIG_FEATURE_UDHCP_DEBUG | 48 | config CONFIG_FEATURE_UDHCP_DEBUG |
| 51 | bool " Compile udhcp with noisy debugging messages" | 49 | bool "Compile udhcp with noisy debugging messages" |
| 52 | default n | 50 | default n |
| 53 | depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC | 51 | depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC |
| 54 | help | 52 | help |
| @@ -57,6 +55,3 @@ config CONFIG_FEATURE_UDHCP_DEBUG | |||
| 57 | the background. | 55 | the background. |
| 58 | 56 | ||
| 59 | See http://udhcp.busybox.net for further details. | 57 | See http://udhcp.busybox.net for further details. |
| 60 | |||
| 61 | endmenu | ||
| 62 | |||
