kimocoder
4ab079f7cb
Fix compilation for arm64
2022-07-15 21:03:50 +02:00
kimocoder
3b0cdfc23e
Add signing to Makefile
2022-06-06 03:27:12 +02:00
Christian Bremvåg
ed08f262bc
Merge pull request #947 from Ice-IX/patch-1
...
Update Makefile to fix building on ppc32
2022-06-06 03:19:05 +02:00
kimocoder
4ea7ffb9b4
Fix GCC compiler warning
2022-06-06 02:43:17 +02:00
Ice-IX
f123ff312d
Update Makefile to fix building on ppc
...
Updated makefile to fix building on ppc32 platforms; note that build will still fail because of an unresolved kernel bug from 2008 (https://bugzilla.kernel.org/show_bug.cgi?id=11143 ), workaround is to comment out the lines that read "KBUILD_LDFLAGS_MODULE += arch/powerpc/lib/crtsavres.o" in your kernel headers' arch/powerpc/Makefile
2022-03-22 02:03:42 -04:00
Lorenzo Ancora
98d14772fa
Limit the output of "dkms status" and "mkdir"
2021-12-13 14:45:51 +01:00
Lorenzo Ancora
2b8c666eac
Fix make parallel jobserver warning
2021-12-13 14:40:12 +01:00
kimocoder
3a6402e9e7
Fix for kernel v3.20
2021-12-12 22:40:54 +01:00
kimocoder
bd8e44bb27
Add back 8814au support
2021-12-12 20:36:59 +01:00
Carlos Garcés
71baec244c
Fix error on arm builds
2021-01-16 19:11:20 +00:00
Philip Prindeville
3325543154
issue #768 : don't apply ARM options to ARM64
2020-11-06 16:50:39 +00:00
kimocoder
0f4e46f0fd
Turned 8814au chipset OFF
2020-10-19 05:43:38 +02:00
Johan Svensson
f9efa3a228
Makefile: escape grep in DRIVER_VERSION variable
2020-10-16 14:16:35 +02:00
Christian Bremvåg
4a6d10f943
Makefile: Simplify DKMS install/remove
2020-10-10 01:29:24 +02:00
Roman Ondráček
b03bd4bc8d
Fix cross compilation
...
Signed-off-by: Roman Ondráček <ondracek.roman@centrum.cz>
2020-07-23 20:14:40 +02:00
kimoc0der
9ec3a13fc8
Fix a Makefile issue
2020-07-15 21:49:55 +02:00
kimocoder
b79883bf58
Some minor optimizations
2020-07-12 05:34:24 +00:00
kimocoder
b6ff9e4153
Get rid of few compiler warnings
2020-07-12 03:51:29 +00:00
kimocoder
52f38dd384
-frename-registers is already in -O3
2020-07-12 03:46:32 +00:00
kimocoder
8d4ac74d47
Let the linker optimize things as it thinks is best
2020-07-12 01:00:31 +00:00
kimocoder
b742160fba
Modify makefile to handle empty INSTALL_MOD_PATH
2020-07-12 00:40:48 +00:00
kimocoder
ee0645348d
Update NVidia Jetson platform support
2020-03-13 17:10:22 +01:00
Christian Bremvåg
482064bbd9
Merge pull request #561 from yshui/v5.6.4.2
...
Makefile: keep the old driver name
2020-03-08 04:30:48 +01:00
kimocoder
ea9aade289
remove rtw_cfgvendor support
2020-03-07 22:56:09 +00:00
Yuxuan Shui
f5ae110db4
Makefile: keep the old driver name
...
A bug exists in this driver that deadlocks the kernel when a net interface
managed by this driver is deleted. iwd uses the driver name
(specifically, if the driver name is "rtl88*") to figure out if it needs
to enable a workaround for this problem.
Commit fa35b99b42
changed driver name to
"88XXau" for seemingly no reason, causing this driver to be unusable for
a lot of users.
This commit changes the driver name back.
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2020-02-14 16:27:47 +00:00
kimocoder
7240269e29
Minor cleanup. Finish merging code, for now.
2020-02-01 10:15:59 +01:00
kimocoder
e68310ce0d
Use for RTL8814A chip (AWWD-165)
2020-02-01 09:55:13 +01:00
kimocoder
4a9bfab398
Silence the #pragma CLANG fixes (Android)
2020-02-01 09:34:33 +01:00
kimocoder
62b8b0fc70
Makefile: Ignore more non-critical warnings
2020-02-01 09:28:21 +01:00
kimocoder
0d2331d052
Fix wrong header guards + Added Android ARM64 platform
2020-02-01 09:21:48 +01:00
kimocoder
1a9bc08949
Support in-tree compilation
2020-02-01 07:26:27 +01:00
kimocoder
b8e766fb15
Remove more compiler silencers
2020-01-25 04:16:38 +01:00
kimocoder
f9291c2bd4
More compiler silence removed. Issued should be fixed, not silenced.
2020-01-20 21:44:46 +01:00
kimocoder
8e7af3ce26
Removed some compiler 'silencers'
2020-01-20 21:31:43 +01:00
Christian Bremvåg
65174c4ded
Turned off MP_HW_TX_MODE for 8814au
...
* Makes Rasbperries and other boards more compitable
2020-01-05 20:36:33 +01:00
Christian Bremvåg
cc3b36711b
Update Makefile
2020-01-05 02:04:23 +01:00
kimocoder
d7fe8953c1
Fix building on GCC5
2019-12-17 19:07:10 +01:00
kimocoder
6e0c8f474a
Some minor fixes around the code
2019-12-16 22:41:52 +01:00
Christian Bremvåg
3b0b7b989d
Fix compile error
2019-11-18 17:26:53 +01:00
kimocoder
a5ce337bd7
Upload more docs
2019-11-18 16:51:51 +01:00
kimocoder
329baeeef7
Change (clean) i.mx6 platform data
2019-11-18 16:20:10 +01:00
kimocoder
6062df91a1
Added platform support for OpenWRT Neo2
2019-11-18 15:51:14 +01:00
kimocoder
a8ec357ba5
Forgot to turn off Nvidia Jetson Nano compile switch
2019-11-16 06:29:30 +01:00
kimocoder
b9d50acaa2
Add platform support for Nvidia Jetson Nano
2019-11-16 06:07:27 +01:00
kimocoder
55484785cc
Fix for log level + Turned down level to decrease spam
2019-11-14 22:16:02 +01:00
kimocoder
af1ffffa98
Added a kernel include
2019-11-14 20:25:23 +01:00
kimocoder
49fb2e6d17
Make Makefile and Kconfig consistent
2019-11-14 19:33:34 +01:00
kimocoder
2236ed7313
Added RadioTap iterator from kernel v4.9
2019-11-14 01:50:27 +01:00
kimocoder
b9f88289b2
Fix floating point in VHT_HW_TX for both x86 and RPI
2019-11-13 17:14:47 +01:00
kimocoder
fa35b99b42
Implemented txpower control
2019-11-13 16:36:58 +01:00