Adding powerpc64 to default kernel flavours (in addition to the normal 32 bit one).
This commit is contained in:
parent
d0533ecf81
commit
8d241680ca
|
@ -393,7 +393,7 @@ Set_defaults ()
|
|||
;;
|
||||
|
||||
powerpc)
|
||||
LH_LINUX_FLAVOURS="powerpc"
|
||||
LH_LINUX_FLAVOURS="powerpc powerpc64"
|
||||
;;
|
||||
|
||||
s390)
|
||||
|
|
Loading…
Reference in New Issue