projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: add rt2x00_platform.h
[openwrt.git]
/
package
/
busybox
/
config
/
networking
/
udhcp
/
Config.in
diff --git
a/package/busybox/config/networking/udhcp/Config.in
b/package/busybox/config/networking/udhcp/Config.in
index
2597f72
..
aa2a800
100644
(file)
--- a/
package/busybox/config/networking/udhcp/Config.in
+++ b/
package/busybox/config/networking/udhcp/Config.in
@@
-1,11
+1,15
@@
+# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
+
+
config BUSYBOX_CONFIG_UDHCPD
bool "udhcp server (udhcpd)"
default n
config BUSYBOX_CONFIG_UDHCPD
bool "udhcp server (udhcpd)"
default n
+ depends on BUSYBOX_CONFIG_PLATFORM_LINUX
help
udhcpd is a DHCP server geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
help
udhcpd is a DHCP server geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
@@
-49,6
+53,7
@@
config BUSYBOX_CONFIG_DHCPD_LEASES_FILE
config BUSYBOX_CONFIG_UDHCPC
bool "udhcp client (udhcpc)"
default y
config BUSYBOX_CONFIG_UDHCPC
bool "udhcp client (udhcpc)"
default y
+ depends on BUSYBOX_CONFIG_PLATFORM_LINUX
help
udhcpc is a DHCP client geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
help
udhcpc is a DHCP client geared primarily toward embedded systems,
while striving to be fully functional and RFC compliant.
@@
-92,7
+97,8
@@
config BUSYBOX_CONFIG_FEATURE_UDHCP_RFC3397
depends on BUSYBOX_CONFIG_UDHCPD || BUSYBOX_CONFIG_UDHCPC
help
If selected, both client and server will support passing of domain
depends on BUSYBOX_CONFIG_UDHCPD || BUSYBOX_CONFIG_UDHCPC
help
If selected, both client and server will support passing of domain
- search lists via option 119, specified in RFC3397.
+ search lists via option 119, specified in RFC 3397,
+ and SIP servers option 120, specified in RFC 3361.
config BUSYBOX_CONFIG_UDHCPC_DEFAULT_SCRIPT
string "Absolute path to config script"
config BUSYBOX_CONFIG_UDHCPC_DEFAULT_SCRIPT
string "Absolute path to config script"
This page took
0.025896 seconds
and
4
git commands to generate.