Skip to content

Commit

Permalink
Update realtek.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 18, 2024
1 parent c4e3f78 commit 4e7d538
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 @@ -176,7 +176,7 @@ function build_rtl8812eu_driver() {
fi

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

0 comments on commit 4e7d538

Please sign in to comment.