Skip to content

Commit

Permalink
patches/0002-build.sh-add-support-for-uefi-seabios-_apuX-builds.patch…
Browse files Browse the repository at this point in the history
… fix missing apu6 build

Signed-off-by: Piotr Król <[email protected]>
  • Loading branch information
pietrushnic committed Dec 27, 2024
1 parent 087a7ed commit 55785d7
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Signed-off-by: Piotr Król <[email protected]>
diff --git a/build.sh b/build.sh
old mode 100644
new mode 100755
index 7ceb2613b239..cf30f35eb8f3
index 7ceb2613b239..982ec8328514
--- a/build.sh
+++ b/build.sh
@@ -21,12 +21,16 @@ usage() {
Expand Down Expand Up @@ -86,8 +86,9 @@ index 7ceb2613b239..cf30f35eb8f3
"apu4" | "APU4" )
- build_pcengines "apu4"
+ build_pcengines "uefi_apu4"
+ ;;
+ "apu6" | "APU6" )
;;
"apu6" | "APU6" )
- build_pcengines "apu6"
+ build_pcengines "uefi_apu6"
+ ;;
+ "seabios_apu2" )
Expand All @@ -98,9 +99,8 @@ index 7ceb2613b239..cf30f35eb8f3
+ ;;
+ "seabios_apu4" )
+ build_pcengines "seabios_apu4"
;;
"apu6" | "APU6" )
- build_pcengines "apu6"
+ ;;
+ "seabios_apu6" | "APU6" )
+ build_pcengines "seabios_apu6"
;;
"optiplex_9010" | "optiplex_7010" )
Expand Down

0 comments on commit 55785d7

Please sign in to comment.