summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_linux-image
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_binary_linux-image')
-rwxr-xr-xhelpers/lh_binary_linux-image4
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image
index 04190909f..a4a34437b 100755
--- a/helpers/lh_binary_linux-image
+++ b/helpers/lh_binary_linux-image
@@ -64,6 +64,10 @@ case "${LH_ARCHITECTURE}" in
powerpc)
LINUX="vmlinux"
;;
+
+ sparc)
+ LINUX="vmlinuz"
+ ;;
esac
Check_multiarchitecture