Skip to content

Commit 1ae2ace

Browse files
committed
Added RTL8812au driver (experimental)
1 parent 3ee9309 commit 1ae2ace

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RPiKernel
22
Sources of the current kernel used for the DroneBridge Raspberry Pi images & its patch files.
3-
Since the current version of the https://github.com/aircrack-ng/rtl8812au driver is not compiling successfuly it is deactivated.
3+
Kernel source files contain the https://github.com/aircrack-ng/rtl8812au driver. It is experimental and not patched to output max power. Current branch is 5.20.x.
44
You might want to update the files in the `/drivers/net/wireless/rtl8812au` folder
55

66
## Building (cross compile)
@@ -37,4 +37,4 @@ To apply the patches copy the .patch file to the kernel root src directory run `
3737
# Credits
3838

3939
* Initial patches provided by rodizio1 in the EZ-Wifibroadcast project
40-
* Updated patches and Kernel for DroneBridge by seeul8er
40+
* Updated patches, move to Kernel 4.14.66 and integration of aircrack-ng/rtl8812au driver for DroneBridge by seeul8er

kernel_4_14_66/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Info
22

33
Source can be found at:
4-
https://github.com/raspberrypi/linux/tree/c5f7d3c4daf14ba3717fcc1497854d8c365bd742
4+
https://github.com/raspberrypi/linux/tree/c5f7d3c4daf14ba3717fcc1497854d8c365bd742
55

6-
Patched src files: https://github.com/DroneBridge/RPiKernel/releases/tag/v1.0
7-
8-
Compiled scr files state ID: f6da082a790f857d5163ac99357beae6b59f1eb5 but I think that can not be right - got by running (`git rev-parse HEAD`)
6+
Patched src files: https://github.com/DroneBridge/RPiKernel/releases/tag/v1.1

kernel_4_14_66/configs/.config_db_v6_kernel_4_14_66

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,6 +2066,7 @@ CONFIG_RTLWIFI_USB=m
20662066
CONFIG_RTLWIFI_DEBUG=y
20672067
CONFIG_RTL8192C_COMMON=m
20682068
CONFIG_RTL8XXXU=m
2069+
CONFIG_RTL8812AU=m
20692070
# CONFIG_RTL8XXXU_UNTESTED is not set
20702071
CONFIG_WLAN_VENDOR_RSI=y
20712072
# CONFIG_RSI_91X is not set

kernel_4_14_66/configs/.config_db_v7_kernel_4_14_66

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2157,6 +2157,7 @@ CONFIG_RTLWIFI_USB=m
21572157
CONFIG_RTLWIFI_DEBUG=y
21582158
CONFIG_RTL8192C_COMMON=m
21592159
CONFIG_RTL8XXXU=m
2160+
CONFIG_RTL8812AU=m
21602161
# CONFIG_RTL8XXXU_UNTESTED is not set
21612162
CONFIG_WLAN_VENDOR_RSI=y
21622163
# CONFIG_RSI_91X is not set

0 commit comments

Comments
 (0)