]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/rpi-firmware
Re-add missing language string "DNS Servers".
[people/teissler/ipfire-2.x.git] / lfs / rpi-firmware
index 5ca7e16cb0da9576a7baa0eb75ad28060e1cd899..6882fcbdc02714a49dbaedcc2997b9bf52140be8 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2012  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2014  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,8 +24,7 @@
 
 include Config
 
-VER        = 234c19d
-
+VER        = cd50136
 THISAPP    = rpi-firmware-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
@@ -41,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 46d92089ff8d4da355954f7c2296e311
+$(DL_FILE)_MD5 = fced022c0e646affae0d5d5543f59054
 
 install : $(TARGET)
 
@@ -71,4 +70,5 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @cd / && tar axf $(DIR_DL)/$(DL_FILE)
+       cp -f $(DIR_SRC)/config/rpi-firmware/config.txt /boot
        @$(POSTBUILD)