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 142a11e commit 06503b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildcross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rsync -av --progress * /opt/rtl8812au/drivers/net/wireless/rtl8812au/ --exclude
#build driver
mkdir -p /opt/package
export KERNEL_VERSION="5.10.110-99-rockchip"
make KSRC=/opt/kernel -j $J_CORES M=$(pwd) modules || exit 1
make KSRC=/opt/kernel -j $J_CORES M=$(pwd) modules
mkdir -p /opt/package/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/realtek/rtl8812au
install -p -m 644 88XXau_wfb.ko "/opt/package/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/88XXau_wfb.ko"

Expand Down

0 comments on commit 06503b9

Please sign in to comment.