mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
partresize: add copy of broadcom firmware settings for nanopi-r1
I added this to partresize like the APU scon enable because this is the only script that runs on flashimage at first boot only and remount root writeable. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
# Begin $rc_base/init.d/partresize
|
||||
#
|
||||
# Description : Resize the root partition to the drivesize
|
||||
# and setup some platform or hardware options in
|
||||
# flashimage
|
||||
#
|
||||
# Authors : Arne Fitzenreiter - arne_f@ipfire.org
|
||||
#
|
||||
@@ -46,6 +48,14 @@ case "${1}" in
|
||||
scon="on"
|
||||
fi
|
||||
|
||||
# Install AP6112 wlan config on NanoPi R1
|
||||
case "$(< /proc/device-tree/model )" in
|
||||
"FriendlyElec NanoPi-R1")
|
||||
cp -f /lib/firmware/brcm/brcmfmac43430-sdio.AP6212.txt \
|
||||
/lib/firmware/brcm/brcmfmac43430-sdio.txt
|
||||
;;
|
||||
esac 2>/dev/null
|
||||
|
||||
mount /boot > /dev/null
|
||||
if [ -e /boot/grub/grub.cfg ]; then
|
||||
# swtich permanent to serial console if it was selected on first boot
|
||||
|
||||
Reference in New Issue
Block a user