Skip to content

Commit

Permalink
Update 02-run-chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Dec 1, 2024
1 parent f939124 commit a5840d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stages/03-Preconfiguration/02-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ touch /conf/openhd/rock-rk3566.txt
touch /conf/openhd/resize.txt
elif [[ "${OS}" == "raspbian" ]]; then
mkdir -p /usr/local/share/openhd_platform/rpi/
echo "options rtl88x2eu_ohd rtw_regd_src=1 rtw_tx_pwr_by_rate=0 rtw_tx_pwr_lmt_enable=0" | sudo tee /etc/modprobe.d/realtek_88x2eu.conf > /dev/null
echo "options 88x2eu_ohd rtw_regd_src=1 rtw_tx_pwr_by_rate=0 rtw_tx_pwr_lmt_enable=0" | sudo tee /etc/modprobe.d/realtek_88x2eu.conf > /dev/null
elif [[ "${OS}" == "debian-X20" ]]; then
mkdir -p /usr/local/share/openhd_platform/x20
mkdir -p /conf/openhd/Videos
Expand Down

0 comments on commit a5840d6

Please sign in to comment.