- Update to version 5.8.7.1+git20220324.1751f39:
* Use mm_segment_t only on Linux < 5.10.0 * Remove unrequired usages of mm_segment_t * Map PDE_DATA to pde_data * Rename complete_and_exit to kthread_complete_and_exit * Fix build since dev_addr constification * Revert "Use `--cvs-exclude` instead of hardcoding `.git/`" * Use `--cvs-exclude` instead of hardcoding `.git/` * Disable IPX for Linux kernel >= 5.15 * Rework architecture detection Fixes #170 * Replace fall-through comments by attributes OBS-URL: https://build.opensuse.org/package/show/hardware/rtl88x2bu?expand=0&rev=4
This commit is contained in:
parent
07ac799c38
commit
52346991bd
1
_service
1
_service
@ -5,6 +5,7 @@
|
||||
<param name="filename">rtl88x2bu</param>
|
||||
<param name="versionformat">5.8.7.1+git%cd.%h</param>
|
||||
<param name="revision">5.8.7.1_35809.20191129_COEX20191120-7777</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f939a7d75069e2f3a27b511a58f6a3fd62146712c94e222b1bbc017f80f90c40
|
||||
size 27613197
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc523391910d9b89a36b6393ba755943d02ff9e87d1b3e9b46fdacd88d62e598
|
||||
size 2392372
|
3
rtl88x2bu-5.8.7.1+git20220324.1751f39.tar.xz
Normal file
3
rtl88x2bu-5.8.7.1+git20220324.1751f39.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:343c55dd913f030d4e7672d32423c99e6af57fa73ca082133ed8e1706b629023
|
||||
size 2394968
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 09 17:11:38 UTC 2022 - tejas.guruswamy@opensuse.org
|
||||
|
||||
- Update to version 5.8.7.1+git20220324.1751f39:
|
||||
* Use mm_segment_t only on Linux < 5.10.0
|
||||
* Remove unrequired usages of mm_segment_t
|
||||
* Map PDE_DATA to pde_data
|
||||
* Rename complete_and_exit to kthread_complete_and_exit
|
||||
* Fix build since dev_addr constification
|
||||
* Revert "Use `--cvs-exclude` instead of hardcoding `.git/`"
|
||||
* Use `--cvs-exclude` instead of hardcoding `.git/`
|
||||
* Disable IPX for Linux kernel >= 5.15
|
||||
* Rework architecture detection Fixes #170
|
||||
* Replace fall-through comments by attributes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 5 21:52:55 UTC 2022 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: rtl88x2bu
|
||||
version: 5.8.7.1+git20210928.f2bccb9
|
||||
mtime: 1632829912
|
||||
commit: f2bccb96ac8e54b63ef35a3c873075f21fb95030
|
||||
|
||||
version: 5.8.7.1+git20220324.1751f39
|
||||
mtime: 1648111598
|
||||
commit: 1751f39dcbc2ab101cb17a09052945613bb9b78c
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: rtl88x2bu
|
||||
Version: 5.8.7.1+git20210928.f2bccb9
|
||||
Version: 5.8.7.1+git20220324.1751f39
|
||||
Release: 0
|
||||
Summary: Kernel driver for Realtek 88x2bu wifi cards
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user