diff options
author | Denys Vlasenko | 2009-06-19 13:51:29 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-06-19 13:51:29 +0200 |
commit | 7a76eba1f6711ed64902f7b20277b0a2d1645062 (patch) | |
tree | 2202661c6a30ca8c6c0ce099c798594c7e39f490 /networking/udhcp/Config.in | |
parent | 8e5d83b6c1d91e4e61d340656338597ab1dea3f9 (diff) | |
download | busybox-7a76eba1f6711ed64902f7b20277b0a2d1645062.zip busybox-7a76eba1f6711ed64902f7b20277b0a2d1645062.tar.gz |
udhcp: fix trivial compile error
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index a31240a..5f76dd8 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in @@ -75,9 +75,9 @@ config FEATURE_UDHCP_PORT This feature is typically not needed. config UDHCP_DEBUG - int "Maximum verbosity level for udhcp applets (0..3)" + int "Maximum verbosity level for udhcp applets (0..9)" default 0 - range 0 3 + range 0 9 depends on APP_UDHCPD || APP_UDHCPC || APP_DHCPRELAY help Verbosity can be increased with multiple -v options. |