rtl8812au

This commit is contained in:
sebseb7
2020-10-06 19:15:22 +02:00
parent 86bb0cc755
commit 0ba5bf552d
2 changed files with 14 additions and 1 deletions

13
build-rtl8812au.sh Executable file
View 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 ..