diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:18:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:18:13 +0000 |
commit | 225809f918c2f2c9c831ea16ddb9b81485af5f34 (patch) | |
tree | 5332d51631f39fc96804d8001996f028bbbbdf54 /debian/config/ppc64 | |
parent | Merging upstream version 6.10.3. (diff) | |
download | linux-225809f918c2f2c9c831ea16ddb9b81485af5f34.tar.xz linux-225809f918c2f2c9c831ea16ddb9b81485af5f34.zip |
Merging debian version 6.10.3-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/ppc64')
-rw-r--r-- | debian/config/ppc64/defines.toml | 13 |
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' |