summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
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