diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-04 19:15:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-04 19:15:16 +0000 |
commit | 56ae0b91e2b08689f705f57fdb93dd88a87400a7 (patch) | |
tree | c873bfbf81fc239b5eb3df47fc77c5912a4eb271 /package/busybox/patches/524-udhcpc_renew.patch | |
parent | 2d2fbc6f843546aa0641035e7b1520e0d947ada5 (diff) | |
download | upstream-56ae0b91e2b08689f705f57fdb93dd88a87400a7.tar.gz upstream-56ae0b91e2b08689f705f57fdb93dd88a87400a7.tar.bz2 upstream-56ae0b91e2b08689f705f57fdb93dd88a87400a7.zip |
busybox: Comcast uses option 150 for 6RD DHCP announcements, cover it
SVN-Revision: 24245
Diffstat (limited to 'package/busybox/patches/524-udhcpc_renew.patch')
-rw-r--r-- | package/busybox/patches/524-udhcpc_renew.patch | 2 |
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 2a72755349..2a8e1c1449 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 */ |