projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] dnsmasq: remove redundant code introduced with r20074
[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
891dcf8
..
2215623
100644
(file)
--- a/
package/busybox/config/networking/udhcp/Config.in
+++ b/
package/busybox/config/networking/udhcp/Config.in
@@
-74,14
+74,19
@@
config BUSYBOX_CONFIG_FEATURE_UDHCP_PORT
At the cost of ~300 bytes, enables -P port option.
This feature is typically not needed.
At the cost of ~300 bytes, enables -P port option.
This feature is typically not needed.
-config BUSYBOX_CONFIG_FEATURE_UDHCP_DEBUG
- bool "Compile udhcp with noisy debugging messages"
- default n
- depends on BUSYBOX_CONFIG_APP_UDHCPD || BUSYBOX_CONFIG_APP_UDHCPC
+config BUSYBOX_CONFIG_UDHCP_DEBUG
+ int "Maximum verbosity level for udhcp applets (0..9)"
+ default 0
+ range 0 9
+ depends on BUSYBOX_CONFIG_APP_UDHCPD || BUSYBOX_CONFIG_APP_UDHCPC || BUSYBOX_CONFIG_APP_DHCPRELAY
help
help
- If selected, udhcpd will output extra debugging output.
+ Verbosity can be increased with multiple -v options.
+ This options controls how high it can be cranked up.
+
+ Bigger values result in bigger code. Levels above 1
+ are very verbose and useful for debugging only.
-config BUSYBOX_CONFIG_FEATURE_RFC3397
+config BUSYBOX_CONFIG_FEATURE_
UDHCP_
RFC3397
bool "Support for RFC3397 domain search (experimental)"
default y
depends on BUSYBOX_CONFIG_APP_UDHCPD || BUSYBOX_CONFIG_APP_UDHCPC
bool "Support for RFC3397 domain search (experimental)"
default y
depends on BUSYBOX_CONFIG_APP_UDHCPD || BUSYBOX_CONFIG_APP_UDHCPC
@@
-89,7
+94,7
@@
config BUSYBOX_CONFIG_FEATURE_RFC3397
If selected, both client and server will support passing of domain
search lists via option 119, specified in RFC3397.
If selected, both client and server will support passing of domain
search lists via option 119, specified in RFC3397.
-config BUSYBOX_CONFIG_DHCPC_DEFAULT_SCRIPT
+config BUSYBOX_CONFIG_
U
DHCPC_DEFAULT_SCRIPT
string "Absolute path to config script"
default "/usr/share/udhcpc/default.script"
depends on BUSYBOX_CONFIG_APP_UDHCPC
string "Absolute path to config script"
default "/usr/share/udhcpc/default.script"
depends on BUSYBOX_CONFIG_APP_UDHCPC
This page took
0.024782 seconds
and
4
git commands to generate.