X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Ffireinfo;h=97b5a87056ba33301eae841166be42cb2c0b98da;hp=a0aafbf5bcd6b452c0259b8cd63058960fc9813e;hb=090e421172e56743af36a4f3e734b8b60e4e0b0c;hpb=24f1f6ce6104b1b7afdef9caa7140d704f23d1c8 diff --git a/lfs/fireinfo b/lfs/fireinfo index a0aafbf5bc..97b5a87056 100644 --- a/lfs/fireinfo +++ b/lfs/fireinfo @@ -24,7 +24,7 @@ include Config -VER = 0.3 +VER = 2.0.2 THISAPP = fireinfo-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2105bf88213dfd2198891a96eeb08949 +$(DL_FILE)_MD5 = ed29f591ccfeeb6386a61eafcc5dc398 install : $(TARGET) @@ -70,6 +70,10 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + + # Fix for braindead board vendors. + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fireinfo-invalid-id.patch + cd $(DIR_APP) && python setup.py build cd $(DIR_APP) && python setup.py install