Skip to content

Commit

Permalink
balenafin-ify.sh: Revert to a single sd8887 package.
Browse files Browse the repository at this point in the history
As we can now use a GPLed source package there is no need to install
modules and firmware separately.

Change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
  • Loading branch information
alexgg committed Jul 9, 2021
1 parent cdebccb commit cf238d7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions balenafin-ify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,7 @@ log "Installing required packages..."
apt-get -y update
apt-get -y install apt-transport-https
apt-get -y full-upgrade
apt-get -y install balenafin-firmware raspberrypi-kernel-headers sd8887-mrvl-firmware
for fl in /usr/src/linux-headers-*; do
lh=$(basename "${fl}")
kv="${lh#"linux-headers-"}"
apt-get -y install sd8887-mrvl-modules-"${kv}"
depmod -a "${kv}"
done
apt-get -y install balenafin-firmware raspberrypi-kernel-headers sd8887-nxp

log "Done. Enjoy your balenaFin board!"
if [ "$REBOOT" -eq 1 ]; then
Expand Down

0 comments on commit cf238d7

Please sign in to comment.