rpi-firmware: create copy of RPI3 brcm 43430 configfile.

the AP21xx need a different config so store the rpi version as backup.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2019-07-31 11:03:33 +00:00
parent 2e65d316a7
commit a6859d889e
2 changed files with 3 additions and 0 deletions

View File

@@ -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)