fireinfo: Update to 2.1.4.

Fixes an issue with the detection of online CPUs on ARM.
This commit is contained in:
Michael Tremer
2012-03-11 14:50:44 +01:00
parent b7be421741
commit 06b197d817
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
../../../common/fireinfo

View File

@@ -24,7 +24,7 @@
include Config include Config
VER = 2.1.3 VER = 2.1.4
THISAPP = fireinfo-v$(VER) THISAPP = fireinfo-v$(VER)
DL_FILE = $(THISAPP).tar.gz DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 8c977d1b8b0743ea0d244d1d8f86598a $(DL_FILE)_MD5 = 4a5a027fadb7f81bda1224608a76c944
install : $(TARGET) install : $(TARGET)