summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-01-12 11:42:09 +0100
committerDaniel Baumann <daniel@debian.org>2012-01-12 11:42:09 +0100
commit1ff06c2f816ccb35f9e8487b5eeb5e934237af8f (patch)
treed3f2dd84efe02292e7a9bbf89221233c44742a92
parent93a18b9cadf66d364ee10b8b85d1c92d0f924872 (diff)
downloadvyos-live-build-1ff06c2f816ccb35f9e8487b5eeb5e934237af8f.tar.gz
vyos-live-build-1ff06c2f816ccb35f9e8487b5eeb5e934237af8f.zip
Adding armhf kernel defaults, thanks for Ying-Chun Liu <paulliu@debian.org> for bringing it up (Closes: #655557).
-rwxr-xr-xfunctions/defaults.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 2c71e78eb..672a09888 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -676,6 +676,12 @@ Set_defaults ()
esac
;;
+ armhf)
+ # armhf will have special images: one rootfs image and many additional kernel images.
+ # therefore we default to all available armel flavours
+ LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-mx5 omap}"
+ ;;
+
amd64)
case "${LB_MODE}" in
ubuntu|kubuntu)