diff --git a/build-rtl88x2bu.sh b/build-rtl88x2bu.sh new file mode 100755 index 0000000..b3857d1 --- /dev/null +++ b/build-rtl88x2bu.sh @@ -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 ..