Removing arm case for kernel defaults, squeeze has armel instead.

This commit is contained in:
Daniel Baumann 2010-10-21 10:44:34 +02:00
parent df4f5140f9
commit e65578e493
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ Set_defaults ()
if [ -z "${LB_LINUX_FLAVOURS}" ]
then
case "${LB_ARCHITECTURE}" in
arm|armel)
armel)
Echo_error "There is no default kernel flavour defined for your architecture."
Echo_error "Please configure it manually with 'lb config -k FLAVOUR'."
exit 1