summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-20 01:35:18 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-06-20 01:35:18 +0100
commit21d51d04f9ea91b1ddf726d9a56fb147f842dc7a (patch)
tree0c1c3d12dc7643d8938f4091070ff8b4035fe4c8 /helpers
parentec998961a8e378a44df47010022be3ff9af52131 (diff)
downloadvyos-live-build-21d51d04f9ea91b1ddf726d9a56fb147f842dc7a.tar.gz
vyos-live-build-21d51d04f9ea91b1ddf726d9a56fb147f842dc7a.zip
Add support for sparc install includes.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_includes4
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes
index 70959ace9..4c8d5bbb4 100755
--- a/helpers/lh_binary_includes
+++ b/helpers/lh_binary_includes
@@ -75,6 +75,10 @@ case "${LH_ARCHITECTURE}" in
ARCH="386"
;;
+ spa)
+ ARCH="spa"
+ ;;
+
powerpc)
ARCH="ppc"
;;