why_
- Beiträge
- 1.525
- Punkte Reaktionen
- 373
- Anbieter
- Unitymedia
HiJa komisch....
Es gab auch nen Thread im OpenWRT Forum. Lässt sich aber auch nicht mehr finden.
Hier der Patch, ist für die Trunk Version
Code:--- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c @@ -709,11 +709,6 @@ static int raw_bcast_from_client_data_if static int bcast_or_ucast(struct dhcp_packet *packet, uint32_t ciaddr, uint32_t server) { - if (server) - return udhcp_send_kernel_packet(packet, - ciaddr, CLIENT_PORT, - server, SERVER_PORT, - client_data.interface); return raw_bcast_from_client_data_ifindex(packet, ciaddr); } @@ -824,7 +819,7 @@ static NOINLINE int send_renew(uint32_t if (server) { struct in_addr temp_addr; temp_addr.s_addr = server; - bb_info_msg("sending renew to server %s", inet_ntoa(temp_addr)); + bb_simple_info_msg("broadcasting renew"); } else { bb_simple_info_msg("broadcasting renew"); }
hast du den Patch vielleicht noch irgendwo mit richtiger Formatierung rumliegen?
Ich bekomme das einfach nicht mehr zum bauen
Vielen Dankpatch: **** malformed patch at line 14: @@ -824,7 +819,7 @@ static NOINLINE int send_renew(uint32_t