mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-13 13:52:27 +00:00
rtl8812au
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
FFmpeg
|
||||
nginx-1.18.0
|
||||
nginx-rtmp-module
|
||||
|
||||
rtl8812au
|
||||
|
||||
13
build-rtl8812au.sh
Executable file
13
build-rtl8812au.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
sudo apt-get install raspberrypi-kernel-headers
|
||||
|
||||
git clone -b v5.7.0 --single-branch --depth 1 https://github.com/aircrack-ng/rtl8812au.git
|
||||
cd rtl8812au
|
||||
|
||||
sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile
|
||||
sed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/g' Makefile
|
||||
|
||||
make -j4
|
||||
|
||||
sudo make install
|
||||
|
||||
cd ..
|
||||
Reference in New Issue
Block a user