From: Jose V Beneyto Date: Tue, 6 Mar 2012 12:07:22 +0000 (+0000) Subject: busybox updated to 1.19.4 and dialog updated to 1.1-20120215 (built fine but requires... X-Git-Url: http://gitweb/?p=initrd.git;a=commitdiff_plain;h=073981c4203a963a12235ee92c3d31a733d90bf5 busybox updated to 1.19.4 and dialog updated to 1.1-20120215 (built fine but requires testing) --- diff --git a/Makefile b/Makefile index b952754..1a35730 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,10 @@ WORK = $(TOPDIR)/work CLFS = $(TOPDIR)/../toolchain/clfs CROSSTOOLS = $(TOPDIR)/../toolchain/crosstools -BUSYBOX_VERSION = 1.18.4 +BUSYBOX_VERSION = 1.19.4 BUSYBOX_SOURCE = http://busybox.net/downloads/busybox-$(BUSYBOX_VERSION).tar.bz2 -DIALOG_VERSION = 1.1-20100119 +DIALOG_VERSION = 1.1-20120215 DIALOG_SOURCE = ftp://dickey.his.com/dialog/dialog-$(DIALOG_VERSION).tgz .PHONY: all check-root busybox dialog initrd clean distclean diff --git a/busybox-1.18.4.config b/busybox-1.19.4.config similarity index 100% rename from busybox-1.18.4.config rename to busybox-1.19.4.config