fix typos in CONFIG_SITE files
[openwrt/svn-archive/openwrt.git] / openwrt / package / busybox / patches / 151-udhcp-no_requested_ip_on_dhcprelease.patch
1 diff -ruN busybox-1.00-old/networking/udhcp/clientpacket.c busybox-1.00-new/networking/udhcp/clientpacket.c
2 --- busybox-1.00-old/networking/udhcp/clientpacket.c 2004-04-14 19:51:25.000000000 +0200
3 +++ busybox-1.00-new/networking/udhcp/clientpacket.c 2006-04-08 02:07:21.000000000 +0200
4 @@ -166,7 +166,6 @@
5 packet.xid = random_xid();
6 packet.ciaddr = ciaddr;
7
8 - add_simple_option(packet.options, DHCP_REQUESTED_IP, ciaddr);
9 add_simple_option(packet.options, DHCP_SERVER_ID, server);
10
11 LOG(LOG_DEBUG, "Sending release...");