From 780e11bde19d7232ad50aae80912dbf39cbcaf6e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 4 Sep 2011 13:27:21 +0000 Subject: [PATCH] fireinfo: Update fireinfo to support the ARM architecture. --- lfs/fireinfo | 8 ++++---- make.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2