Commit Graph

138 Commits

Author SHA1 Message Date
kimocoder
a00101e97a Cleaned up Makefile 2019-08-17 18:47:31 +02:00
kimocoder
7214fe8834 Add cfg80211 dependency for openwrt 2019-08-17 13:47:37 +02:00
kimocoder
a0bb0e1d42 Added DEBUG to USB - CONFIG_USB_DEBUG in Makefile 2019-08-17 13:09:09 +02:00
kimocoder
eaf96f0052 Pushing minor cleanups .. 2019-08-16 22:49:56 +02:00
kimocoder
12d7cac87b Nuke good 'old debug also known as /proc 2019-08-16 19:15:24 +02:00
kimocoder
24df579fcf Remove and clean useless CONFIG_MULTIDRV code 2019-08-16 18:09:24 +02:00
kimocoder
bb31213a73 Updated cfg80211.h's add_virtual_inf implementations with new parameter 2019-08-16 17:47:09 +02:00
kimocoder
273361355d adopted from uptream: nl80211: allow multiple active 2019-08-16 17:10:49 +02:00
kimocoder
d664d7e949 Use endian macros from kernel instead hardcoded 2019-08-16 16:50:59 +02:00
kimocoder
c98681f114 Fixed all minor issues related to compiler warnings 2019-08-16 03:38:53 +02:00
Farid Benamrouche
11cb9c2a37 added 8821 and 8814 2019-07-15 17:14:17 +02:00
kimocoder
decdb78ea0 Upload new v5.6.4.1 branch 2019-06-22 15:16:29 +02:00
kimocoder
7938cb9078 Enable more compiler debug 2019-06-17 21:05:02 +02:00
kimocoder
55bab2ab30 Fixed more compile warnings, for now at least 2019-06-17 20:44:02 +02:00
Christian Bremvåg
65aa3c6edf
Added "IOCTL_CFG80211" support to RPI64 2019-06-17 20:11:03 +02:00
Thijs Withaar
74cc8cdbc1 i386: mark floating point operations correctly.
From commit #1603b05c
2019-06-08 10:47:20 +02:00
Thijs Withaar
43f8cd2c73 Add rpi3, based on 5.3.4 makefile
including support for CONFIG_MP_VHT_HW_TX_MODE
2019-06-08 10:47:20 +02:00
Thijs Withaar
13456a8af1 wifi_regd: regulations are handled by crda, so don't do that here. 2019-06-08 10:47:12 +02:00
Thijs Withaar
02f7a92e99 small cleanup, grafted from #fa0626b7634d11b 2019-06-08 08:20:54 +02:00
satmandu
d992db02b6
Add -Wno-vla to avoid more compilation warnings as per 5.3.4 Makefile 2019-05-30 16:56:22 -04:00
satmandu
e7cde4b396
Turn off Debug by default like in 5.3.4 2019-05-30 16:37:22 -04:00
kimocoder
c0cb946333 Turned on MONITOR support & turned off POWERSAVING 2019-05-30 22:28:31 +02:00
kimocoder
1b8650bf7e Preparing adding 8821au & 8814au support 2019-05-30 21:24:46 +02:00
satmandu
4581df6ff7
Makefile changes for RPI64 as per for 5.3.4
as done in f2ac716f76
2019-05-30 14:04:11 -04:00
kimocoder
6c1b4a333b Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
kimocoder
4aeea0a137 Another ARM64 RPI: Makefile fix 2019-05-22 00:20:33 +02:00
kimocoder
f2ac716f76 Fixed Makefile, DKMS and ARM64 RPI support added 2019-05-22 00:19:32 +02:00
kimocoder
29d0588c8a Added LED control 2019-05-22 00:15:56 +02:00
kimocoder
3a9681eaf2 Added another debug message in Makefile 2019-05-22 00:15:11 +02:00
kimocoder
9e681b1e42 Added a switch to IPv6 disable/enable 2019-05-22 00:14:09 +02:00
kimocoder
d1d2446e05 Revert back some changes to fix frame injection 2019-05-21 23:50:29 +02:00
satmandu
4f07fb3575
Updating RPI arm64 Makefile CFLAGS
After de2c75f9fd any build on some architectures appears to throw many errors as follows. This change keeps the redefine from happening. (Yes this affects other architectures, but I can only verify the fix on arm64.)
 ```/var/lib/dkms/rtl8812au/5.3.4/build/include/autoconf.h:34: warning: "CONFIG_IOCTL_CFG80211" redefined
   34 | #define CONFIG_IOCTL_CFG80211
      | 
<command-line>: note: this is the location of the previous definition
```
2019-05-10 22:48:40 -04:00
satmandu
105e8a0603
Changes required for ARM64_RPI builds to work
This makes the instructions in the main README work which suggest the following before installing for a dkms install:

```
$ sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile
$ sed -i 's/CONFIG_PLATFORM_ARM64_RPI = n/CONFIG_PLATFORM_ARM64_RPI = y/g' Makefile
```

This makes building for the 3B on ubuntu/arm64 work, and should work for 3B+ in arm64 mode as well.

This should fix the bug reported here: https://github.com/aircrack-ng/rtl8812au/issues/336
2019-05-10 17:49:22 -04:00
visbs
66674a5c36
Update Makefile for uninstall 2019-04-23 17:44:51 +05:30
kimocoder
24e640078a Added LED control 2019-04-08 00:45:24 +02:00
kimocoder
8ac1c4659e Added 1 more suppressed debug 2019-04-07 23:15:59 +02:00
kimocoder
3b3346ab37 Added a switch to IPv6 disable/enable 2019-04-07 23:01:35 +02:00
kimocoder
de2c75f9fd Set CONFIG_IOCTL_CFG80211 in autoconf.h 2019-04-06 09:02:17 +02:00
kimocoder
dade7cb03d disable phydm debug function because it causes instability 2019-04-06 08:30:38 +02:00
kimocoder
3ab23d1cb4 fix in-kernel build path 2019-04-06 08:25:09 +02:00
kimocoder
a9588daaf4 Some pine64 board support added 2019-04-06 08:23:00 +02:00
kimocoder
5187e1b094 Fix CONFIG_RTW_DEBUG compilation and levels 2019-04-06 08:17:54 +02:00
kimocoder
8bc158e9dc Add entry for compiling against openwrt tree 2019-04-06 01:36:11 +02:00
kimocoder
e95f32d194 Makefile: add support for Android / Nethunter ARM64 devices 2019-04-06 01:20:13 +02:00
kimocoder
97674c1259 Minor fixes several places 2019-02-16 00:36:43 +01:00
kimocoder
d1c55e0858 Fix CONFIG_CONCURRENT_MODE building. Missing VIF code. 2019-02-16 00:13:16 +01:00
kimocoder
a8f972a736 Added support for OpenWRT NEO2 platform 2019-02-15 22:52:48 +01:00
kimocoder
7360779d5a Fixed some around minors around frame injection 2019-02-15 18:20:44 +01:00
Thijs Withaar
fa0626b763 Merge changes from the Makefile of v5.2.20, to allow compilation on RPI 2018-11-20 22:37:34 +01:00
kimocoder
0a4042afbd Add kernel v4.20 support and minor compiler warning turned off 2018-11-14 23:39:13 +01:00