diff options
author | Daniel Baumann <daniel@debian.org> | 2010-10-21 10:44:34 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:34 +0100 |
commit | e65578e493f9b294c7063e06336d2fc1116ea129 (patch) | |
tree | b4eda1d9562799675134b5e9d3c38612ac850a30 | |
parent | df4f5140f91eeeeb4940f7b7700ebc861c91e299 (diff) | |
download | vyos-live-build-e65578e493f9b294c7063e06336d2fc1116ea129.tar.gz vyos-live-build-e65578e493f9b294c7063e06336d2fc1116ea129.zip |
Removing arm case for kernel defaults, squeeze has armel instead.
-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 |