X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Frpi-firmware;h=7ee3e8420219425a75d15191393487b99510f415;hb=ff699760213bc8a08ced5fc003a9041d8e1e0b51;hp=49b3f1a9b975c50308a1bda8e89e850cd45b2f71;hpb=d0d3fe9d266c265697250dabba0bfdac316314ff;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index 49b3f1a9b9..7ee3e84202 100644 --- a/lfs/rpi-firmware +++ b/lfs/rpi-firmware @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2012 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # 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,13 +24,13 @@ include Config -VER = d4f5315 +VER = 20180316 THISAPP = rpi-firmware-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = armv5tel +SUP_ARCH = armv5tel aarch64 ############################################################################### # Top-level Rules @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 65c0a859ab96cb563a80e3529c78f555 +$(DL_FILE)_MD5 = e09ff543280f6138d12ea334d550fbd6 install : $(TARGET) @@ -70,5 +70,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @cd / && tar axf $(DIR_DL)/$(DL_FILE) + cp -f /lib/firmware/brcm/brcmfmac43430-sdio.txt \ + /lib/firmware/brcm/brcmfmac43430-sdio.RPI3.txt cp -f $(DIR_SRC)/config/rpi-firmware/config.txt /boot @$(POSTBUILD)