busybox: update to 1.29.2
[openwrt/staging/dedeckeh.git] / package / utils / busybox / patches / 200-udhcpc_reduce_msgs.patch
index a47c4fcc106d9b3c01d44c1b2c50dfafe82504d1..4e498b807d2cbfc18447dc1618ddd3a48e54c15e 100644 (file)
@@ -1,6 +1,6 @@
 --- a/networking/udhcp/dhcpc.c
 +++ b/networking/udhcp/dhcpc.c
-@@ -711,6 +711,7 @@ static int bcast_or_ucast(struct dhcp_pa
+@@ -705,6 +705,7 @@ static int bcast_or_ucast(struct dhcp_pa
  static NOINLINE int send_discover(uint32_t xid, uint32_t requested)
  {
        struct dhcp_packet packet;
@@ -8,7 +8,7 @@
  
        /* Fill in: op, htype, hlen, cookie, chaddr fields,
         * random xid field (we override it below),
-@@ -728,6 +729,7 @@ static NOINLINE int send_discover(uint32
+@@ -722,6 +723,7 @@ static NOINLINE int send_discover(uint32
         */
        add_client_options(&packet);