summaryrefslogtreecommitdiff
path: root/busybox-networking-udhcp.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 13:30:16 +0100
commit1caedd37842349f5717f565c07d340d3e2995e88 (patch)
treef0f56635d7bb8c5cff0422841240ee6fa93bb948 /busybox-networking-udhcp.kconfig
parent743316f4bdb283d6bc6df3e310f54d688ac15cb3 (diff)
downloadembtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.gz
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.bz2
embtk-busybox-kconfigs-1caedd37842349f5717f565c07d340d3e2995e88.tar.xz
Remove useless default on some kconfig symbols
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-networking-udhcp.kconfig')
-rw-r--r--busybox-networking-udhcp.kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/busybox-networking-udhcp.kconfig b/busybox-networking-udhcp.kconfig
index d4b76e1..d80bf20 100644
--- a/busybox-networking-udhcp.kconfig
+++ b/busybox-networking-udhcp.kconfig
@@ -5,14 +5,12 @@
config APP_UDHCPD
bool "udhcp server (udhcpd)"
- default n
help
udhcpd is a DHCP server geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
config APP_DHCPRELAY
bool "dhcprelay"
- default n
depends on APP_UDHCPD
help
dhcprelay listens for dhcp requests on one or more interfaces
@@ -21,7 +19,6 @@ config APP_DHCPRELAY
config APP_DUMPLEASES
bool "Lease display utility (dumpleases)"
- default n
depends on APP_UDHCPD
help
dumpleases displays the leases written out by the udhcpd server.
@@ -30,7 +27,6 @@ config APP_DUMPLEASES
config FEATURE_UDHCPD_WRITE_LEASES_EARLY
bool "Rewrite the lease file at every new acknowledge"
- default n
depends on APP_UDHCPD
help
If selected, udhcpd will write a new file with leases every
@@ -48,7 +44,6 @@ config DHCPD_LEASES_FILE
config APP_UDHCPC
bool "udhcp client (udhcpc)"
- default n
help
udhcpc is a DHCP client geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
@@ -68,7 +63,6 @@ config FEATURE_UDHCPC_ARPING
config FEATURE_UDHCP_PORT
bool "Enable '-P port' option for udhcpd and udhcpc"
- default n
depends on APP_UDHCPD || APP_UDHCPC
help
At the cost of ~300 bytes, enables -P port option.
@@ -76,14 +70,12 @@ config FEATURE_UDHCP_PORT
config UDHCP_DEBUG
bool "Compile udhcp with noisy debugging messages"
- default n
depends on APP_UDHCPD || APP_UDHCPC
help
If selected, udhcpd will output extra debugging output.
config FEATURE_UDHCP_RFC3397
bool "Support for RFC3397 domain search (experimental)"
- default n
depends on APP_UDHCPD || APP_UDHCPC
help
If selected, both client and server will support passing of domain