From 073981c4203a963a12235ee92c3d31a733d90bf5 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 6 Mar 2012 12:07:22 +0000 Subject: [PATCH] busybox updated to 1.19.4 and dialog updated to 1.1-20120215 (built fine but requires testing) --- Makefile | 4 ++-- busybox-1.18.4.config => busybox-1.19.4.config | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename busybox-1.18.4.config => busybox-1.19.4.config (100%) 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 -- 2.26.2