From 0eaf9e512235eedca5f59e25c233268dda940683 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 29 Oct 2008 18:31:20 +0100 Subject: Adding armel to architecture specific checks. --- functions/defaults.sh | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 414d586a7..bc4e839bd 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -379,11 +379,6 @@ Set_defaults () LH_LINUX_FLAVOURS="amd64" ;; - arm) - Echo_error "You need to specify the linux kernel flavour manually on arm (FIXME)." - exit 1 - ;; - hppa) LH_LINUX_FLAVOURS="parisc" ;; @@ -404,11 +399,6 @@ Set_defaults () LH_LINUX_FLAVOURS="itanium" ;; - m68k) - Echo_error "You need to specify the linux kernel flavour manually on m68k (FIXME)." - exit 1 - ;; - powerpc) case "${LIST}" in stripped|minimal) @@ -434,6 +424,11 @@ Set_defaults () fi ;; + arm|armel|m68k) + Echo_error "You need to specify the linux kernel flavour manually on ${LH_ARCHITECTURE} (FIXME)." + exit 1 + ;; + *) Echo_error "Architecture not yet supported (FIXME)" ;; -- cgit v1.2.3