summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/524-udhcpc_renew.patch
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-12-04 19:15:16 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-12-04 19:15:16 +0000
commita1177f1d984e8d1e81fd898ea740fbf3c26a75fd (patch)
tree22aac073caa3a4b6cb5e404535e02c94e3cf1975 /package/busybox/patches/524-udhcpc_renew.patch
parent0085e079762dc70daabe8592065d723e5be726a0 (diff)
[package] busybox: Comcast uses option 150 for 6RD DHCP announcements, cover it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/524-udhcpc_renew.patch')
-rw-r--r--package/busybox/patches/524-udhcpc_renew.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/524-udhcpc_renew.patch b/package/busybox/patches/524-udhcpc_renew.patch
index 2a7275534..2a8e1c144 100644
--- a/package/busybox/patches/524-udhcpc_renew.patch
+++ b/package/busybox/patches/524-udhcpc_renew.patch
@@ -1,6 +1,6 @@
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
-@@ -711,7 +711,6 @@ static void perform_renew(void)
+@@ -793,7 +793,6 @@ static void perform_renew(void)
state = RENEW_REQUESTED;
break;
case RENEW_REQUESTED: /* impatient are we? fine, square 1 */