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 ca342d0243
commit 9ad7466cf1
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)