X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ac2d02c3e08c4c3d62859bffb4dd3bb891b3d5c6..12bb1cec17115937f51b3f5c4dbb7ee58a6adbf3:/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: