From: Michael Tremer Date: Sun, 4 Sep 2011 13:27:21 +0000 (+0000) Subject: fireinfo: Update fireinfo to support the ARM architecture. X-Git-Tag: v2.9-core54~13^2~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=780e11bde19d7232ad50aae80912dbf39cbcaf6e;p=people%2Fms%2Fipfire-2.x.git fireinfo: Update fireinfo to support the ARM architecture. --- diff --git a/lfs/fireinfo b/lfs/fireinfo index 6c2177a5f8..2e81b182f4 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -24,11 +24,11 @@ include Config -VER = 2.0.5 +VER = 2.1.1 -THISAPP = fireinfo-$(VER) +THISAPP = fireinfo-v$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) +DL_FROM = http://source.ipfire.org/releases/fireinfo/ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e0e959a6891262f45fc1cedc225a662b +$(DL_FILE)_MD5 = da6bceb93027a42520d384edd47efbcd install : $(TARGET) diff --git a/make.sh b/make.sh index a4db2ab544..c9ef62a410 100755 --- a/make.sh +++ b/make.sh @@ -443,7 +443,7 @@ buildipfire() { ipfiremake tcl ipfiremake sqlite ipfiremake python - #ipfiremake fireinfo + ipfiremake fireinfo ipfiremake libnet ipfiremake libnl ipfiremake libidn