X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ac2d02c3e08c4c3d62859bffb4dd3bb891b3d5c6..e6d9c8710c5c27c2249c333b5aa5429a9ef2338b:/package/busybox/patches/240-udhcpc_retries.patch?ds=sidebyside diff --git a/package/busybox/patches/240-udhcpc_retries.patch b/package/busybox/patches/240-udhcpc_retries.patch index 2e0ef118f..30f64e16a 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 -@@ -352,7 +352,7 @@ +@@ -352,7 +352,7 @@ int udhcpc_main(int argc ATTRIBUTE_UNUSE switch (state) { case INIT_SELECTING: @@ -9,7 +9,7 @@ if (packet_num == 0) xid = random_xid(); -@@ -382,7 +382,7 @@ +@@ -382,7 +382,7 @@ int udhcpc_main(int argc ATTRIBUTE_UNUSE continue; case RENEW_REQUESTED: case REQUESTING: