X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=package%2Fbusybox%2Fpatches%2F240-udhcpc_retries.patch;h=81f120d8e6ddf4e3477464d3ac4a9acfeb8415ca;hb=91750d01a7a0b56a880a147a825d097aaac7f53d;hp=be452c076ab3ef71bb4c2576cd181a4eaaf0dacf;hpb=6fa03d63d4d34ef38a5fde5292cb7f65c06d56b2;p=oweals%2Fopenwrt.git diff --git a/package/busybox/patches/240-udhcpc_retries.patch b/package/busybox/patches/240-udhcpc_retries.patch index be452c076a..81f120d8e6 100644 --- a/package/busybox/patches/240-udhcpc_retries.patch +++ b/package/busybox/patches/240-udhcpc_retries.patch @@ -1,6 +1,6 @@ --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c -@@ -353,7 +353,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c +@@ -363,7 +363,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c switch (state) { case INIT_SELECTING: @@ -9,7 +9,7 @@ if (packet_num == 0) xid = random_xid(); -@@ -384,7 +384,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c +@@ -394,7 +394,7 @@ int udhcpc_main(int argc UNUSED_PARAM, c continue; case RENEW_REQUESTED: case REQUESTING: