diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /networking/udhcp | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2 busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/Config.src | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index 34adf35fe..f5840a945 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src | |||
@@ -5,14 +5,14 @@ | |||
5 | 5 | ||
6 | config UDHCPD | 6 | config UDHCPD |
7 | bool "udhcp server (udhcpd)" | 7 | bool "udhcp server (udhcpd)" |
8 | default n | 8 | default y |
9 | help | 9 | help |
10 | udhcpd is a DHCP server geared primarily toward embedded systems, | 10 | udhcpd is a DHCP server geared primarily toward embedded systems, |
11 | while striving to be fully functional and RFC compliant. | 11 | while striving to be fully functional and RFC compliant. |
12 | 12 | ||
13 | config DHCPRELAY | 13 | config DHCPRELAY |
14 | bool "dhcprelay" | 14 | bool "dhcprelay" |
15 | default n | 15 | default y |
16 | depends on UDHCPD | 16 | depends on UDHCPD |
17 | help | 17 | help |
18 | dhcprelay listens for dhcp requests on one or more interfaces | 18 | dhcprelay listens for dhcp requests on one or more interfaces |
@@ -21,7 +21,7 @@ config DHCPRELAY | |||
21 | 21 | ||
22 | config DUMPLEASES | 22 | config DUMPLEASES |
23 | bool "Lease display utility (dumpleases)" | 23 | bool "Lease display utility (dumpleases)" |
24 | default n | 24 | default y |
25 | depends on UDHCPD | 25 | depends on UDHCPD |
26 | help | 26 | help |
27 | dumpleases displays the leases written out by the udhcpd server. | 27 | dumpleases displays the leases written out by the udhcpd server. |
@@ -30,7 +30,7 @@ config DUMPLEASES | |||
30 | 30 | ||
31 | config FEATURE_UDHCPD_WRITE_LEASES_EARLY | 31 | config FEATURE_UDHCPD_WRITE_LEASES_EARLY |
32 | bool "Rewrite the lease file at every new acknowledge" | 32 | bool "Rewrite the lease file at every new acknowledge" |
33 | default n | 33 | default y |
34 | depends on UDHCPD | 34 | depends on UDHCPD |
35 | help | 35 | help |
36 | If selected, udhcpd will write a new file with leases every | 36 | If selected, udhcpd will write a new file with leases every |
@@ -48,7 +48,7 @@ config DHCPD_LEASES_FILE | |||
48 | 48 | ||
49 | config UDHCPC | 49 | config UDHCPC |
50 | bool "udhcp client (udhcpc)" | 50 | bool "udhcp client (udhcpc)" |
51 | default n | 51 | default y |
52 | help | 52 | help |
53 | udhcpc is a DHCP client geared primarily toward embedded systems, | 53 | udhcpc is a DHCP client geared primarily toward embedded systems, |
54 | while striving to be fully functional and RFC compliant. | 54 | while striving to be fully functional and RFC compliant. |
@@ -68,7 +68,7 @@ config FEATURE_UDHCPC_ARPING | |||
68 | 68 | ||
69 | config FEATURE_UDHCP_PORT | 69 | config FEATURE_UDHCP_PORT |
70 | bool "Enable '-P port' option for udhcpd and udhcpc" | 70 | bool "Enable '-P port' option for udhcpd and udhcpc" |
71 | default n | 71 | default y |
72 | depends on UDHCPD || UDHCPC | 72 | depends on UDHCPD || UDHCPC |
73 | help | 73 | help |
74 | At the cost of ~300 bytes, enables -P port option. | 74 | At the cost of ~300 bytes, enables -P port option. |
@@ -76,7 +76,7 @@ config FEATURE_UDHCP_PORT | |||
76 | 76 | ||
77 | config UDHCP_DEBUG | 77 | config UDHCP_DEBUG |
78 | int "Maximum verbosity level for udhcp applets (0..9)" | 78 | int "Maximum verbosity level for udhcp applets (0..9)" |
79 | default 0 | 79 | default 9 |
80 | range 0 9 | 80 | range 0 9 |
81 | depends on UDHCPD || UDHCPC || DHCPRELAY | 81 | depends on UDHCPD || UDHCPC || DHCPRELAY |
82 | help | 82 | help |
@@ -88,7 +88,7 @@ config UDHCP_DEBUG | |||
88 | 88 | ||
89 | config FEATURE_UDHCP_RFC3397 | 89 | config FEATURE_UDHCP_RFC3397 |
90 | bool "Support for RFC3397 domain search (experimental)" | 90 | bool "Support for RFC3397 domain search (experimental)" |
91 | default n | 91 | default y |
92 | depends on UDHCPD || UDHCPC | 92 | depends on UDHCPD || UDHCPC |
93 | help | 93 | help |
94 | If selected, both client and server will support passing of domain | 94 | If selected, both client and server will support passing of domain |