Adding armhf kernel defaults, thanks for Ying-Chun Liu <paulliu@debian.org> for bringing it up (Closes: #655557).

This commit is contained in:
Daniel Baumann 2012-01-12 11:42:09 +01:00
parent 93a18b9cad
commit 1ff06c2f81
1 changed files with 6 additions and 0 deletions

View File

@ -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)