From 88511b6145749525957565b11b227b207e1f5a65 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 11 Mar 2012 14:50:44 +0100 Subject: [PATCH] fireinfo: Update to 2.1.4. Fixes an issue with the detection of online CPUs on ARM. --- config/rootfiles/core/58/filelists/fireinfo | 1 + lfs/fireinfo | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 config/rootfiles/core/58/filelists/fireinfo diff --git a/config/rootfiles/core/58/filelists/fireinfo b/config/rootfiles/core/58/filelists/fireinfo new file mode 120000 index 0000000000..c46115521f --- /dev/null +++ b/config/rootfiles/core/58/filelists/fireinfo @@ -0,0 +1 @@ +../../../common/fireinfo \ No newline at end of file diff --git a/lfs/fireinfo b/lfs/fireinfo index 26c195d0a5..e0d83bf098 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -24,7 +24,7 @@ include Config -VER = 2.1.3 +VER = 2.1.4 THISAPP = fireinfo-v$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8c977d1b8b0743ea0d244d1d8f86598a +$(DL_FILE)_MD5 = 4a5a027fadb7f81bda1224608a76c944 install : $(TARGET) -- 2.39.5