From: Victor Martinez Date: Tue, 19 Jan 2016 14:05:42 +0000 (+0000) Subject: initrd: busybox updated to 1.24.1 and e2fsprogs updated to 1.42.13 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=4c2f629189e08ef2b06732bd634f010bc2a55ed4;p=initrd.git initrd: busybox updated to 1.24.1 and e2fsprogs updated to 1.42.13 --- diff --git a/Makefile b/Makefile index ab69208..1f2ba75 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,10 @@ WORK = $(TOPDIR)/work CLFS = $(TOPDIR)/../toolchain/clfs CROSSTOOLS = $(TOPDIR)/../toolchain/crosstools -BUSYBOX_VERSION = 1.22.0 +BUSYBOX_VERSION = 1.24.1 BUSYBOX_SOURCE = http://busybox.net/downloads/busybox-$(BUSYBOX_VERSION).tar.bz2 -E2FSPROGS_VERSION = 1.42.5 +E2FSPROGS_VERSION = 1.42.13 E2FSPROGS_SOURCE = http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v$(E2FSPROGS_VERSION)/e2fsprogs-$(E2FSPROGS_VERSION).tar.gz DIALOG_VERSION = 1.2-20130523 diff --git a/busybox-1.22.0.config b/busybox-1.24.1.config similarity index 100% rename from busybox-1.22.0.config rename to busybox-1.24.1.config