summaryrefslogtreecommitdiffstats
path: root/debian/config/ppc64/defines.toml
diff options
context:
space:
mode:
Diffstat (limited to 'debian/config/ppc64/defines.toml')
-rw-r--r--debian/config/ppc64/defines.toml13
1 files changed, 12 insertions, 1 deletions
diff --git a/debian/config/ppc64/defines.toml b/debian/config/ppc64/defines.toml
index 157d9ec038..76ebc1ea1c 100644
--- a/debian/config/ppc64/defines.toml
+++ b/debian/config/ppc64/defines.toml
@@ -8,10 +8,21 @@ config = [
[flavour.defs]
is_default = true
[flavour.description]
-hardware = '64-bit PowerPC'
+hardware = '64-bit PowerPC with 4k pages'
[flavour.packages]
installer = true
+[[flavour]]
+name = 'powerpc64-64k'
+[flavour.build]
+config = [
+ 'kernelarch-powerpc/config-arch-64',
+ 'kernelarch-powerpc/config-arch-64-be',
+ 'kernelarch-powerpc/config-page-64k',
+]
+[flavour.description]
+hardware = '64-bit PowerPC with 64k pages'
+
[[featureset]]
name = 'none'