From 9b9274342c47051e4f921d63f19cdf84aa0b8485 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Mon, 31 Dec 2018 15:29:50 +0200 Subject: busybox: update to 1.30.0 Update busybox to 1.30.0. Refresh patches. Leave new features disabled by default. Config refreshed via: cd package/utils/busybox/config/ ../convert_menuconfig.pl ../../../../build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/busybox-1.30.0 make package/busybox/compile cd package/utils/busybox ./convert_defaults.pl < ../../../build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/busybox-1.30.0/.config > Config-defaults.in Signed-off-by: Hannu Nyman --- package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch') diff --git a/package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch b/package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch index 4e498b807d..2d61a2d77d 100644 --- a/package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch +++ b/package/utils/busybox/patches/200-udhcpc_reduce_msgs.patch @@ -1,6 +1,6 @@ --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c -@@ -705,6 +705,7 @@ static int bcast_or_ucast(struct dhcp_pa +@@ -713,6 +713,7 @@ static int bcast_or_ucast(struct dhcp_pa static NOINLINE int send_discover(uint32_t xid, uint32_t requested) { struct dhcp_packet packet; @@ -8,7 +8,7 @@ /* Fill in: op, htype, hlen, cookie, chaddr fields, * random xid field (we override it below), -@@ -722,6 +723,7 @@ static NOINLINE int send_discover(uint32 +@@ -730,6 +731,7 @@ static NOINLINE int send_discover(uint32 */ add_client_options(&packet); -- cgit v1.2.3