Skip to content

Commit

Permalink
Update buildcross.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 26, 2023
1 parent 73701e4 commit 13e0f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildcross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export CROSS_COMPILE=crosscompiler/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux

#prepping kernel
git clone https://github.com/OpenHD/RK_Kernel kernel --depth=1
echo "make kernel_def"
cd RK_Kernel
make rockchip_linux_defconfig && make prepare
echo "debug"
cd ..

#dirty-hack
mkdir -p /home/runner/work/rtl8812au/rtl8812au/drivers/net/wireless/rtl8812au/
Expand Down

0 comments on commit 13e0f39

Please sign in to comment.