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 | 30b199e682450d4bbe624c27c16b18a4d1a05a86 (patch) | |
tree | 22aac073caa3a4b6cb5e404535e02c94e3cf1975 /package/busybox/patches/524-udhcpc_renew.patch | |
parent | 46e6318fc7d1c3fe6d9d519353c230afb4291945 (diff) | |
download | upstream-30b199e682450d4bbe624c27c16b18a4d1a05a86.tar.gz upstream-30b199e682450d4bbe624c27c16b18a4d1a05a86.tar.bz2 upstream-30b199e682450d4bbe624c27c16b18a4d1a05a86.zip |
[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.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 */ |