mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-12 17:10:33 +01:00
1ed424a9d5
- Couldn't get the wifi working on my RPI3b and couldn't figure it out. Updated all drivers, packages etc. however still not working. Tested the RPI on the latest Rasbian, which also didn't work So expect an hardware failure. - Merged all this regardless. - Kernel updated to latest 4.19 including all firmware packages - Addition of other wifi firmwares so we can use usb dongles - Anyhow need to buy a new RPI3b for testing the wifi drivers - This kernel and drivers should also work on a RPI4
35 lines
1.5 KiB
Diff
35 lines
1.5 KiB
Diff
From 4ee090e789a75429c5eb91c6d8cb6c8dd8040cb8 Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Tue, 22 Oct 2019 13:43:53 +0200
|
|
Subject: [PATCH 1/1] Bump RPI Firmware version to latest
|
|
|
|
---
|
|
package/rpi-firmware/rpi-firmware.hash | 2 +-
|
|
package/rpi-firmware/rpi-firmware.mk | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package/rpi-firmware/rpi-firmware.hash b/package/rpi-firmware/rpi-firmware.hash
|
|
index d719fa6e08..5c39b0a0e3 100644
|
|
--- a/package/rpi-firmware/rpi-firmware.hash
|
|
+++ b/package/rpi-firmware/rpi-firmware.hash
|
|
@@ -1,2 +1,2 @@
|
|
# Locally computed
|
|
-sha256 e911f6342ea8aa9380cae97c6f5ac4ddd370527265f23d5b5d4b2c6f679d4ba8 rpi-firmware-ebf7b40cdc6effe7ffa3fd5195e8be01b94f80da.tar.gz
|
|
+sha256 6e04cfca954c8e087eae81837a0813a642dcca58f05bcfdf6a15e69dc657a30e rpi-firmware-9f4983548584d4f70e6eec5270125de93a081483.tar.gz
|
|
diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
|
|
index 272db1c321..3089c8dbfc 100644
|
|
--- a/package/rpi-firmware/rpi-firmware.mk
|
|
+++ b/package/rpi-firmware/rpi-firmware.mk
|
|
@@ -4,7 +4,7 @@
|
|
#
|
|
################################################################################
|
|
|
|
-RPI_FIRMWARE_VERSION = ebf7b40cdc6effe7ffa3fd5195e8be01b94f80da
|
|
+RPI_FIRMWARE_VERSION = 9f4983548584d4f70e6eec5270125de93a081483
|
|
RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION))
|
|
RPI_FIRMWARE_LICENSE = BSD-3-Clause
|
|
RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
|
|
--
|
|
2.11.0
|
|
|