projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] base-files: properly handle vlans on top of wireless interfaces
[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
..
e982787
100644
(file)
--- a/
package/busybox/config/networking/udhcp/Config.in
+++ b/
package/busybox/config/networking/udhcp/Config.in
@@
-92,7
+92,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.024341 seconds
and
4
git commands to generate.