From e65578e493f9b294c7063e06336d2fc1116ea129 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 21 Oct 2010 10:44:34 +0200 Subject: [PATCH] Removing arm case for kernel defaults, squeeze has armel instead. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index fcc6ae7c0..8bbc6db52 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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