busybox: update to 1.31.0
[openwrt/staging/jogo.git] / package / utils / busybox / patches / 200-udhcpc_reduce_msgs.patch
index 2d61a2d77d6e597970c12bdacded266f75f9967c..4bab25a8d57816ac637be3a112b1ff2c9e789d4d 100644 (file)
@@ -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);
  }