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.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in
index ff0e4e2ae..bbc1220a5 100644
--- a/networking/udhcp/Config.in
+++ b/networking/udhcp/Config.in
@@ -42,6 +42,15 @@ config FEATURE_UDHCPD_WRITE_LEASES_EARLY
42 to send SIGUSR1 for the initial writing, or updating. Any timed 42 to send SIGUSR1 for the initial writing, or updating. Any timed
43 rewriting remains undisturbed 43 rewriting remains undisturbed
44 44
45config DHCPD_LEASES_FILE
46 string "Absolute path to lease file"
47 default "/var/lib/misc/udhcpd.leases"
48 depends on APP_UDHCPD
49 help
50 The udhcpd stores address in lease files. Normaly it is save
51 to leave it untouched.
52
53
45config APP_UDHCPC 54config APP_UDHCPC
46 bool "udhcp Client (udhcpc)" 55 bool "udhcp Client (udhcpc)"
47 default n 56 default n
@@ -90,6 +99,16 @@ config FEATURE_RFC3397
90 If selected, both client and server will support passing of domain 99 If selected, both client and server will support passing of domain
91 search lists via option 119, specified in RFC3397. 100 search lists via option 119, specified in RFC3397.
92 101
102config DHCPC_DEFAULT_SCRIPT
103 string "Absolute path to config script"
104 default "/usr/share/udhcpc/default.script"
105 depends on APP_UDHCPC
106 help
107 This script is called after udhcpc receives and answer. See
108 examples/udhcp for a working example. Normaly it is save
109 to leave this untouched.
110
111
93config UDHCPC_SLACK_FOR_BUGGY_SERVERS 112config UDHCPC_SLACK_FOR_BUGGY_SERVERS
94 int "DHCP options slack buffer size" 113 int "DHCP options slack buffer size"
95 default 80 114 default 80