From 27d3313807296c3943a96ceef8c2b7279cb56962 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 19:39:59 +0200 Subject: Adding debian version 6.7.7-1. Signed-off-by: Daniel Baumann --- debian/config/s390x/config | 10 +++++----- debian/config/s390x/defines | 19 ------------------- debian/config/s390x/defines.toml | 21 +++++++++++++++++++++ 3 files changed, 26 insertions(+), 24 deletions(-) delete mode 100644 debian/config/s390x/defines create mode 100644 debian/config/s390x/defines.toml (limited to 'debian/config/s390x') diff --git a/debian/config/s390x/config b/debian/config/s390x/config index 4d9ffb34ed..fe01c9f905 100644 --- a/debian/config/s390x/config +++ b/debian/config/s390x/config @@ -87,11 +87,6 @@ CONFIG_S390_PRNG=m ## # CONFIG_MEMSTICK is not set -## -## file: drivers/net/appletalk/Kconfig -## -# CONFIG_ATALK is not set - ## ## file: drivers/net/ppp/Kconfig ## @@ -211,6 +206,11 @@ CONFIG_MODULE_ALLOW_BTF_MISMATCH=y CONFIG_SPARSEMEM_MANUAL=y ## end choice +## +## file: net/appletalk/Kconfig +## +# CONFIG_ATALK is not set + ## ## file: net/atm/Kconfig ## diff --git a/debian/config/s390x/defines b/debian/config/s390x/defines deleted file mode 100644 index 882c4e2b1f..0000000000 --- a/debian/config/s390x/defines +++ /dev/null @@ -1,19 +0,0 @@ -[base] -flavours: - s390x -default-flavour: s390x -kernel-arch: s390 - -[build] -image-file: arch/s390/boot/bzImage -vdso: true - -[image] -suggests: s390-tools -install-stem: vmlinuz - -[s390x_description] -hardware: IBM zSeries - -[s390x_packages] -installer: true diff --git a/debian/config/s390x/defines.toml b/debian/config/s390x/defines.toml new file mode 100644 index 0000000000..ca4bd5c5e1 --- /dev/null +++ b/debian/config/s390x/defines.toml @@ -0,0 +1,21 @@ +[[flavour]] +name = 's390x' +[flavour.defs] +is_default = true +[flavour.description] +hardware = 'IBM zSeries' +[flavour.packages] +installer = true + +[[featureset]] +name = 'none' + +[build] +enable_vdso = true +kernel_file = 'arch/s390/boot/bzImage' +kernel_stem = 'vmlinuz' + +[relations.image] +suggests = [ + 's390-tools', +] -- cgit v1.2.3