On 03/18/2016 03:14 AM, Magnus Kroken wrote: > Signed-off-by: Magnus Kroken <mkro...@gmail.com> > --- > Runtime tested on mips/ar71xx and mipsel/brcm47xx > > Fixes since 1.24.1: > * scripts/trylink: fix static build with glibc again > * truncate: always set mode when opening file to avoid fortify errors > * [g]unzip: fix recent breakage. > * unzip: test for bad archive SEGVing > > package/utils/busybox/Config-defaults.in | 6 +++--- > package/utils/busybox/Makefile | 6 +++--- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/package/utils/busybox/Config-defaults.in > b/package/utils/busybox/Config-defaults.in > index ee42fa1..6c13a5d 100644 > --- a/package/utils/busybox/Config-defaults.in > +++ b/package/utils/busybox/Config-defaults.in > @@ -1971,13 +1971,13 @@ config BUSYBOX_DEFAULT_WGET > default n > config BUSYBOX_DEFAULT_FEATURE_WGET_STATUSBAR > bool > - default y > + default n > config BUSYBOX_DEFAULT_FEATURE_WGET_AUTHENTICATION > bool > - default y > + default n > config BUSYBOX_DEFAULT_FEATURE_WGET_LONG_OPTIONS > bool > - default y > + default n > config BUSYBOX_DEFAULT_FEATURE_WGET_TIMEOUT > bool > default n
Why are you changing these default values? I do not see any commit between 1.24.1 and 1.24.2 that changes anything to Kconfig. Hauke > diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile > index 6a55d56..24c064c 100644 > --- a/package/utils/busybox/Makefile > +++ b/package/utils/busybox/Makefile > @@ -8,14 +8,14 @@ > include $(TOPDIR)/rules.mk > > PKG_NAME:=busybox > -PKG_VERSION:=1.24.1 > -PKG_RELEASE:=2 > +PKG_VERSION:=1.24.2 > +PKG_RELEASE:=1 > PKG_FLAGS:=essential > > PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 > PKG_SOURCE_URL:=http://www.busybox.net/downloads \ > http://distfiles.gentoo.org/distfiles/ > -PKG_MD5SUM:=be98a40cadf84ce2d6b05fa41a275c6a > +PKG_MD5SUM:=2eaae519cac1143bcf583636a745381f > > PKG_BUILD_DEPENDS:=BUSYBOX_USE_LIBRPC:librpc BUSYBOX_CONFIG_PAM:libpam > PKG_BUILD_PARALLEL:=1 > _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel