This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 97f4b51474551b9076af00bb9fc69acd0eba9bfc (commit) from 7fd560d81fb0041d292445fff194f40dd5dbbd23 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 97f4b51474551b9076af00bb9fc69acd0eba9bfc Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Jan 17 11:21:43 2020 +0100
partresize: NanoPi R1: copy also a0 config of Ampac AP6212
there is a second hardware version of the AP6212 in some NanoPi R1 boards.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/140/filelists/files | 3 ++- src/initscripts/system/partresize | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/140/filelists/files b/config/rootfiles/core/140/filelists/files index c4d07f279..37ce80c6a 100644 --- a/config/rootfiles/core/140/filelists/files +++ b/config/rootfiles/core/140/filelists/files @@ -6,8 +6,9 @@ etc/rc.d/init.d/lvmetad etc/rc.d/init.d/networking/dhcpcd.exe etc/rc.d/init.d/networking/red etc/rc.d/init.d/networking/red.up/05-update-dns-forwarders -etc/rc.d/init.d/unbound +etc/rc.d/init.d/partresive etc/rc.d/init.d/suricata +etc/rc.d/init.d/unbound etc/rc.d/rcsysinit.d/S09lvmetad etc/ppp/ip-down etc/ppp/ip-up diff --git a/src/initscripts/system/partresize b/src/initscripts/system/partresize index 040c6c369..e7e3bf40b 100644 --- a/src/initscripts/system/partresize +++ b/src/initscripts/system/partresize @@ -55,6 +55,8 @@ case "${1}" in "FriendlyElec NanoPi-R1") cp -f /lib/firmware/brcm/brcmfmac43430-sdio.AP6212.txt \ /lib/firmware/brcm/brcmfmac43430-sdio.txt + cp -f /lib/firmware/brcm/brcmfmac43430a0-sdio.ONDA-V80_PLUS.txt \ + /lib/firmware/brcm/brcmfmac43430a0-sdio.txt ;; esac 2>/dev/null
hooks/post-receive -- IPFire 2.x development tree