Projects
Essentials
broadcom-wl
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 8
View file
broadcom-wl.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Nov 15 15:53:48 UTC 2017 - olaf@aepfle.de + +- Add broadcom-wl.linux-4.14.patch + +------------------------------------------------------------------- Thu Jul 6 10:48:21 UTC 2017 - olaf@aepfle.de - Add broadcom-wl.linux-4.12.patch
View file
broadcom-wl.spec
Changed
@@ -44,6 +44,7 @@ Patch7: broadcom-sta-6.30.223.271-r4-linux-4.8.patch Patch11: broadcom-wl.linux-4.11.patch Patch12: broadcom-wl.linux-4.12.patch +Patch14: broadcom-wl.linux-4.14.patch %if %{defined kernel_module_package_buildreqs} BuildRequires: %{kernel_module_package_buildreqs} %endif @@ -81,6 +82,7 @@ %patch7 -p1 %patch11 -p1 %patch12 -p1 +%patch14 -p1 %build sed -i 's/\r$//' lib/LICENSE.txt
View file
broadcom-wl.linux-4.14.patch
Added
@@ -0,0 +1,14 @@ +--- a/src/shared/linux_osl.c ++++ b/src/shared/linux_osl.c +@@ -1080,7 +1080,11 @@ osl_os_get_image_block(char *buf, int le + if (!image) + return 0; + ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 14, 0) ++ rdlen = kernel_read(fp, buf, len, &fp->f_pos); ++#else + rdlen = kernel_read(fp, fp->f_pos, buf, len); ++#endif + if (rdlen > 0) + fp->f_pos += rdlen; +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.