Skip to content

Commit

Permalink
Dev release (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle authored Dec 1, 2024
1 parent 5070c08 commit f939124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/eventbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- "2.6-evo"
- "dev-release"
- "release"

jobs:
build:
Expand Down
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
elif [[ "${OS}" == "debian-X20" ]]; then
mkdir -p /usr/local/share/openhd_platform/x20
mkdir -p /conf/openhd/Videos
Expand Down

0 comments on commit f939124

Please sign in to comment.