Hi all, This patch series contains all the patches that OpenWrt has carried around for the past releases.
init: avoid loop when opening tty brctl: fix description and usage wget: fix --passive-ftp option trylink: fix linking when /bin/sh is not bash buildsystem: remove the -static-libgcc flag, saves a few Kb udhcpc: add support for -t 0 (infinite retries) udhcpc: make udhcpc silent after 3 'Sending discover ...' messages udhcpc: refresh ifindex before sending data. udhcpc: handle Comcast's 6RD. udhcpc: do not call deconfig when entering the renew phase gen_build_files: use bash to avoid printf argument list issues. ash: add "export -n" to ash. awk: add back the include() function ntpd: indefinitely try to resolve peer addresses id: disable supplementary groups handling for older uClibc versions telnet: handle SIGINT insmod: implement -q flag date: add a date -k flag scripts/kconfig/mconf: fix build error on Mac OS X Makefile.flags | 2 +- coreutils/date.c | 33 ++++++++- coreutils/id.c | 10 ++- editors/awk.c | 159 ++++++++++++++++++++++++++++++++++++++++++-- init/init.c | 9 ++- modutils/insmod.c | 10 ++- networking/Config.src | 4 +- networking/brctl.c | 4 +- networking/ntpd.c | 25 ++++++- networking/telnetd.c | 1 + networking/udhcp/common.c | 6 +- networking/udhcp/dhcpc.c | 15 +++-- networking/wget.c | 2 +- scripts/gen_build_files.sh | 2 +- scripts/kconfig/mconf.c | 4 ++ scripts/trylink | 2 +- shell/ash.c | 13 +++- 17 files changed, 267 insertions(+), 34 deletions(-) -- 1.7.9.5 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
