archer t3 driver

This commit is contained in:
sebseb7
2020-10-18 00:04:06 +01:00
parent aa3720a1bd
commit 21cd276d5e

13
build-rtl88x2bu.sh Executable file
View File

@@ -0,0 +1,13 @@
sudo apt-get install bc raspberrypi-kernel-headers
git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
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 ..