From b17a14bebea631e5fc3c200820bba73728d3a691 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:47:57 +0200 Subject: [PATCH 1/4] Update last.release --- last.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/last.release b/last.release index 8f60fb69..610f92d5 100644 --- a/last.release +++ b/last.release @@ -1 +1 @@ -OpenHD-2.5.4 \ No newline at end of file +OpenHD-2.6.0 \ No newline at end of file From 2e14ec56a2b14cf94112e133af7eb5cd53ca92e4 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Tue, 30 Jul 2024 00:00:29 +0200 Subject: [PATCH 2/4] init new build --- last.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/last.release b/last.release index 610f92d5..ee2042ff 100644 --- a/last.release +++ b/last.release @@ -1 +1 @@ -OpenHD-2.6.0 \ No newline at end of file +OpenHD-2.6.0 From ec41d7dc9318b37ca213c60676ffc240435295a2 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:58:44 +0100 Subject: [PATCH 3/4] initiate dev-build --- .github/workflows/eventbuild.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/eventbuild.yml b/.github/workflows/eventbuild.yml index c2c6c0fa..bffd4f86 100644 --- a/.github/workflows/eventbuild.yml +++ b/.github/workflows/eventbuild.yml @@ -6,7 +6,6 @@ on: - "2.6-evo" - "dev-release" - "release" - - "debug" jobs: build: From 7cbddfdca9b27591c6fcd0c3380c5986993cfc93 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:13:57 +0100 Subject: [PATCH 4/4] Update 02-run-chroot.sh --- stages/03-Preconfiguration/02-run-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/03-Preconfiguration/02-run-chroot.sh b/stages/03-Preconfiguration/02-run-chroot.sh index ab202da5..bfbd7eaa 100644 --- a/stages/03-Preconfiguration/02-run-chroot.sh +++ b/stages/03-Preconfiguration/02-run-chroot.sh @@ -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