]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/fireinfo
fireinfo: Fix hash collision because of very weird UUID.
[people/pmueller/ipfire-2.x.git] / lfs / fireinfo
index 8736ba10ff8b238b3b78342b7abd768b3c7fab54..97b5a87056ba33301eae841166be42cb2c0b98da 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.6
+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 = cc977df8dbe149be184c27105c879116
+$(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