Skip to content

Commit 69cb744

Browse files
authored
Merge pull request #4037 from cmitu/odroid-detect
systems: improve Odroid XU detection
2 parents 3810202 + 4b0d777 commit 69cb744

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scriptmodules/system.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,9 @@ function get_platform() {
452452
*raspberrypi*)
453453
get_rpi_model
454454
;;
455+
*odroid-xu[3|4]*)
456+
__platform="odroid-xu"
457+
;;
455458
*tegra186*)
456459
__platform="tegra-x2"
457460
;;

0 commit comments

Comments
 (0)