SHA256
1
0
forked from pool/crda

Accepting request 827383 from home:oertel:branches:hardware

- update to 4.14 and update home URL to use the github project
  - fix keys defined but not used error
- add patch from upstream
  crda-67f1e6ddbdfade357e234c9d58a30fe0a283fe60.patch
  - add URLs to README
- add patch from upstream
  crda-f4ef2531698fb9ba006e8b31a223b3269be8bc7c.patch
  - add legacy note to README
  - ## CRDA is no longer needed as of kernel v4.15

OBS-URL: https://build.opensuse.org/request/show/827383
OBS-URL: https://build.opensuse.org/package/show/hardware/crda?expand=0&rev=35
This commit is contained in:
Ruediger Oertel
2020-08-17 16:01:31 +00:00
committed by Git OBS Bridge
parent fd57c75d45
commit 4ccf137d13
7 changed files with 96 additions and 7 deletions

View File

@@ -213,7 +213,7 @@ index 3e84cd2..ff92748 100755
+ .n = _n, .len_n = sizeof(_n), \\
}
static const struct key_params keys[] = {
static const struct key_params __attribute__ ((unused)) keys[] = {
''')
- for n in xrange(n + 1):
- output.write(' KEYS(e_%d, n_%d),\n' % (n, n))