Skip to content

Commit 11b6dc5

Browse files
committed
V1.11
1 parent e661b78 commit 11b6dc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

OrangePiRDA/scripts/lib/build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build_rk_image() {
55
}
66

77
build_rda_image() {
8-
VER="v1.10"
8+
VER="v1.11"
99
IMAGENAME="Legendary_OrangePi_${BOARD}_${OS}_${DISTRO}_${IMAGETYPE}_${VER}"
1010
IMAGE="${BUILD}/images/$IMAGENAME.img"
1111

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Ubuntu is not building correctly yet.<br>
4949
<br>
5050
<h2>Version History</h2>
5151
<ol>
52+
<li>September 10th 2022 - V1.11 - Fix USB gadget conflict (thanks SteveGotthardt, <a href="https://github.com/TheRemote/Legendary-OrangePi-i96/pull/3">PR #2</a>)</li>
5253
<li>September 10th 2022 - V1.10 - Adds USB serial connection. Set ACL to remove warnings from log files (thanks SteveGotthardt, <a href="https://github.com/TheRemote/Legendary-OrangePi-i96/pull/2">PR #2</a>)</li>
5354
<li>September 4th 2022 - V1.9 - Adds ability to use the i96 as a HID device (thanks jakeau, <a href="https://github.com/TheRemote/Legendary-OrangePi-i96/pull/1">PR #1</a>)</li>
5455
<li>September 3rd 2022 - V1.8 - Add crda package and instructions to configure regulatory domain (REGDOMAIN)</li>

0 commit comments

Comments
 (0)