forked from pool/rtl88x2bu
52346991bd
* 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
17 lines
638 B
Plaintext
17 lines
638 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/cilynx/rtl88x2bu.git</param>
|
|
<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"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|