diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 17:39:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 17:39:59 +0000 |
commit | 27d3313807296c3943a96ceef8c2b7279cb56962 (patch) | |
tree | 7d08e78c36ab6437b403fc7cd8c23e41f135c7a3 /debian/config/alpha | |
parent | Merging upstream version 6.7.7. (diff) | |
download | linux-27d3313807296c3943a96ceef8c2b7279cb56962.tar.xz linux-27d3313807296c3943a96ceef8c2b7279cb56962.zip |
Adding debian version 6.7.7-1.debian/6.7.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/alpha')
-rw-r--r-- | debian/config/alpha/config | 2 | ||||
-rw-r--r-- | debian/config/alpha/defines | 22 | ||||
-rw-r--r-- | debian/config/alpha/defines.toml | 28 |
3 files changed, 29 insertions, 23 deletions
diff --git a/debian/config/alpha/config b/debian/config/alpha/config index 03cb7bec52..bfd139e541 100644 --- a/debian/config/alpha/config +++ b/debian/config/alpha/config @@ -676,7 +676,7 @@ CONFIG_SCSI_GENERIC_NCR5380=m CONFIG_SCSI_IPS=m CONFIG_SCSI_INITIO=m CONFIG_SCSI_INIA100=m -CONFIG_SCSI_IZIP_EPP16=y +CONFIG_SCSI_IMM=y CONFIG_SCSI_IZIP_SLOW_CTR=y CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 diff --git a/debian/config/alpha/defines b/debian/config/alpha/defines deleted file mode 100644 index bbe9c6f4ae..0000000000 --- a/debian/config/alpha/defines +++ /dev/null @@ -1,22 +0,0 @@ -[base] -flavours: alpha-generic alpha-smp -default-flavour: alpha-smp -kernel-arch: alpha - -[build] -image-file: arch/alpha/boot/vmlinux.gz - -[image] -suggests: aboot, fdutils -install-stem: vmlinuz - -[alpha-generic_description] -hardware: Alpha -hardware-long: DEC Alpha systems with extended kernel start address (Wildfire, Titan, Marvel) - -[alpha-generic_packages] -installer: true - -[alpha-smp_description] -hardware: Alpha SMP -hardware-long: DEC Alpha SMP systems with extended kernel start address (Wildfire, Titan, Marvel) diff --git a/debian/config/alpha/defines.toml b/debian/config/alpha/defines.toml new file mode 100644 index 0000000000..2096f19d77 --- /dev/null +++ b/debian/config/alpha/defines.toml @@ -0,0 +1,28 @@ +[[flavour]] +name = 'alpha-generic' +[flavour.description] +hardware = 'Alpha' +hardware_long = 'DEC Alpha systems with extended kernel start address (Wildfire, Titan, Marvel)' +[flavour.packages] +installer = true + +[[flavour]] +name = 'alpha-smp' +[flavour.defs] +is_default = true +[flavour.description] +hardware = 'Alpha SMP' +hardware_long = 'DEC Alpha SMP systems with extended kernel start address (Wildfire, Titan, Marvel)' + +[[featureset]] +name = 'none' + +[build] +kernel_file = 'arch/alpha/boot/vmlinux.gz' +kernel_stem = 'vmlinuz' + +[relations.image] +suggests = [ + 'aboot', + 'fdutils', +] |