-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from dwrobel/dw-20190530-update
Update to the latest available release (fixes lack of wlan0 on RPi4B)
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
#no stripping required either | ||
%global __os_install_post %{nil} | ||
|
||
%global snap_date 20190420 | ||
%global commit_fw b518de45ced519e8f7a499f4778100173402ae43 | ||
%global snap_date 20190530 | ||
%global commit_fw 130cb86fa30cafbd575d38865fa546350d4c5f9c | ||
%global commit_bt 96eefffcccc725425fd83be5e0704a5c32b79e54 | ||
%global commit_short %(c=%{commit_fw}; echo ${c:0:7}) | ||
|
||
|
@@ -63,6 +63,9 @@ done | |
|
||
|
||
%changelog | ||
* Tue Oct 01 2019 Damian Wrobel <[email protected]> - 20190530-1.130cb86 | ||
- Update to the latest available release (fixes lack of wlan on RPi4B) | ||
|
||
* Sat Apr 20 2019 Vaughan <devel at agrez dot net> - 20190420-1.b518de4 | ||
- Update RPi3B+ bluetooth firmware (BCM4345C0.hcd v003.001.025.0156.0280) | ||
|
||
|