diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 2 |
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 |