Adding powerpc64 to default kernel flavours (in addition to the normal 32 bit one).

This commit is contained in:
Daniel Baumann 2008-04-25 14:14:16 +02:00
parent d0533ecf81
commit 8d241680ca
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ Set_defaults ()
;;
powerpc)
LH_LINUX_FLAVOURS="powerpc"
LH_LINUX_FLAVOURS="powerpc powerpc64"
;;
s390)