aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch')
-rw-r--r--package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch b/package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch
index 2d61a2d77d..4bab25a8d5 100644
--- a/package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch
+++ b/package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch
@@ -13,6 +13,6 @@
add_client_options(&packet);
+ if (msgs++ < 3)
- bb_error_msg("sending %s", "discover");
- return raw_bcast_from_client_config_ifindex(&packet, INADDR_ANY);
+ bb_info_msg("sending %s", "discover");
+ return raw_bcast_from_client_data_ifindex(&packet, INADDR_ANY);
}