diff options
Diffstat (limited to 'debian/config/ppc64el/defines.toml')
-rw-r--r-- | debian/config/ppc64el/defines.toml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/debian/config/ppc64el/defines.toml b/debian/config/ppc64el/defines.toml index e0c43e476d..0fd3e36fdf 100644 --- a/debian/config/ppc64el/defines.toml +++ b/debian/config/ppc64el/defines.toml @@ -8,10 +8,21 @@ config = [ [flavour.defs] is_default = true [flavour.description] -hardware = 'Little-endian 64-bit PowerPC' +hardware = 'Little-endian 64-bit PowerPC with 4k pages' [flavour.packages] installer = true +[[flavour]] +name = 'powerpc64le-64k' +[flavour.build] +config = [ + 'kernelarch-powerpc/config-arch-64', + 'kernelarch-powerpc/config-arch-64-le', + 'kernelarch-powerpc/config-page-64k', +] +[flavour.description] +hardware = 'Little-endian 64-bit PowerPC with 64k pages' + [[featureset]] name = 'none' |