Skip to content

Commit

Permalink
Update realtek.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 14, 2024
1 parent 2091cd9 commit adcaa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/realtek.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function build_rtl8812cu_driver() {
fi

mkdir -p ${PACKAGE_DIR}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/realtek/rtl88x2cu || exit 1
install -p -m 644 88x2cu_ohd.ko "${PACKAGE_DIR}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/realtek/rtl88x2cu/" || exit 1
install -p -m 644 8812cu.ko "${PACKAGE_DIR}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/realtek/rtl88x2cu/" || exit 1
popd
}
# ========================================================== #
Expand Down

0 comments on commit adcaa35

Please sign in to comment.